diff options
Diffstat (limited to 'include/ocl/equiv.hpp')
| -rw-r--r-- | include/ocl/equiv.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ocl/equiv.hpp b/include/ocl/equiv.hpp index 60fbf44..a06d6b0 100644 --- a/include/ocl/equiv.hpp +++ b/include/ocl/equiv.hpp @@ -11,6 +11,7 @@ /// @brief OCL equivalence namespace. namespace ocl { + template <typename T> struct is_real final { @@ -44,6 +45,7 @@ namespace ocl { static constexpr auto value = true; }; + } // namespace ocl #endif |
