diff --git a/openVulkanoCpp/Math/Float16.hpp b/openVulkanoCpp/Math/Float16.hpp index d013a16..7cc2fae 100644 --- a/openVulkanoCpp/Math/Float16.hpp +++ b/openVulkanoCpp/Math/Float16.hpp @@ -236,7 +236,14 @@ namespace std return hash()(key.m_data); } }; +} +#endif +#undef __has_keyword + + +namespace std +{ template <> class numeric_limits { @@ -279,9 +286,5 @@ namespace std }; } -#endif -#undef __has_keyword - - typedef float16 fp16; typedef float16 half;