Skip to content

Commit

Permalink
Remove unneeded #ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 7, 2024
1 parent af4be00 commit 8786768
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/libassert/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#error "libassert requires C++17 or newer"
#endif

#ifndef LIBASSERT_STD_VER
#if LIBASSERT_CPLUSPLUS >= 202302L
#define LIBASSERT_STD_VER 23
#elif LIBASSERT_CPLUSPLUS >= 202002L
Expand All @@ -29,7 +28,6 @@
#else
#error "Can't happen"
#endif
#endif

///
/// Detect compiler versions.
Expand Down

0 comments on commit 8786768

Please sign in to comment.