diff --git a/include/glaze/reflection/to_tuple.hpp b/include/glaze/reflection/to_tuple.hpp index 1a41a1ec15..43767a287c 100644 --- a/include/glaze/reflection/to_tuple.hpp +++ b/include/glaze/reflection/to_tuple.hpp @@ -32,7 +32,6 @@ namespace glz [[maybe_unused]] constexpr operator T() const; #else #pragma GCC diagnostic push -#pragma clang diagnostic ignored "-Weverything" #pragma GCC diagnostic ignored "-Wmissing-declarations" template requires(!std::same_as && !std::same_as)