Skip to content

Commit

Permalink
GCC fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 13, 2025
1 parent 893c232 commit 5cb627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/glaze/reflection/to_tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace glz
[[maybe_unused]] constexpr operator T() const;
#else
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wuninitialized"
#pragma GCC diagnostic ignored "-Werror=undefined-symbols"
#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 5cb627d

Please sign in to comment.