blob: 655ee4cfdd7fb071844eff3d1f151e3560da0504 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#if __cplusplus < 202301L
#error "This header has been deprecated, it now redirects to equiv.hpp"
#else
#warning "This header has been deprecated, it now redirects to equiv.hpp"
#endif
#include <ocl/equiv.hpp>
|