Skip to content

Commit

Permalink
Move <compare> include
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 7, 2024
1 parent 4db3249 commit 32414a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/libassert/assert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
#include <expected>
#endif

#if LIBASSERT_STD_VER >= 20
#include <compare>
#endif

#if LIBASSERT_IS_MSVC
#pragma warning(push)
// warning C4251: using non-dll-exported type in dll-exported type, firing on std::vector<frame_ptr> and others for
Expand Down
4 changes: 4 additions & 0 deletions include/libassert/stringification.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
#include <fmt/format.h>
#endif

#if LIBASSERT_STD_VER >= 20
#include <compare>
#endif

// =====================================================================================================================
// || Stringification micro-library ||
// || Note: There is some stateful stuff behind the scenes related to literal format configuration ||
Expand Down

0 comments on commit 32414a3

Please sign in to comment.