diff --git a/src/entt/config/config.h b/src/entt/config/config.h index 2e27872b6..80a330572 100644 --- a/src/entt/config/config.h +++ b/src/entt/config/config.h @@ -3,6 +3,8 @@ #include "version.h" +// NOLINTBEGIN(cppcoreguidelines-macro-usage) + #if defined(__cpp_exceptions) && !defined(ENTT_NOEXCEPTION) # define ENTT_CONSTEXPR # define ENTT_THROW throw @@ -88,4 +90,6 @@ # pragma detect_mismatch("entt.nonstd", ENTT_XSTR(ENTT_NONSTD)) #endif +// NOLINTEND(cppcoreguidelines-macro-usage) + #endif