|
@@ -3,6 +3,8 @@
|
|
|
|
|
|
|
|
#include "version.h"
|
|
#include "version.h"
|
|
|
|
|
|
|
|
|
|
+// NOLINTBEGIN(cppcoreguidelines-macro-usage)
|
|
|
|
|
+
|
|
|
#if defined(__cpp_exceptions) && !defined(ENTT_NOEXCEPTION)
|
|
#if defined(__cpp_exceptions) && !defined(ENTT_NOEXCEPTION)
|
|
|
# define ENTT_CONSTEXPR
|
|
# define ENTT_CONSTEXPR
|
|
|
# define ENTT_THROW throw
|
|
# define ENTT_THROW throw
|
|
@@ -88,4 +90,6 @@
|
|
|
# pragma detect_mismatch("entt.nonstd", ENTT_XSTR(ENTT_NONSTD))
|
|
# pragma detect_mismatch("entt.nonstd", ENTT_XSTR(ENTT_NONSTD))
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+// NOLINTEND(cppcoreguidelines-macro-usage)
|
|
|
|
|
+
|
|
|
#endif
|
|
#endif
|