diff options
Diffstat (limited to 'include/openvic-dataloader/detail/VectorConstexpr.hpp')
-rw-r--r-- | include/openvic-dataloader/detail/VectorConstexpr.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/openvic-dataloader/detail/VectorConstexpr.hpp b/include/openvic-dataloader/detail/VectorConstexpr.hpp deleted file mode 100644 index 7e7fa34..0000000 --- a/include/openvic-dataloader/detail/VectorConstexpr.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -// THANK YOU APPLE FOR YOUR UTTER DISREGARD FOR C++20 - -#if __cpp_lib_constexpr_vector >= 201907L -#define OVDL_VECTOR_CONSTEXPR constexpr -#else -#define OVDL_VECTOR_CONSTEXPR inline -#endif
\ No newline at end of file |