Skip to content

Commit

Permalink
Update to_tuple.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 13, 2025
1 parent d50116d commit 215b0a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/glaze/reflection/to_tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <class T>
requires(!std::same_as<T, const char*> && !std::same_as<T, std::nullptr_t>)
Expand Down

0 comments on commit 215b0a3

Please sign in to comment.