Skip to content

Commit

Permalink
Add missing #endif after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fsandhei committed May 20, 2023
1 parent 1369e79 commit 0ad3ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nlohmann/detail/macro_scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
#ifdef __has_include
#if __has_include(<version>)
#include <version>
Expand Down

0 comments on commit 0ad3ad6

Please sign in to comment.