Skip to content

Commit

Permalink
Remove obsolete C++14 define
Browse files Browse the repository at this point in the history
There is no reason to have code conditional on C++14, because C++14
is the minimum supported language standard for v3.
  • Loading branch information
horenmar committed Feb 12, 2024
1 parent 0787132 commit 4570fca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/catch2/internal/catch_compiler_capabilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

#ifdef __cplusplus

# if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L)
# define CATCH_CPP14_OR_GREATER
# endif

# if (__cplusplus >= 201703L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L)
# define CATCH_CPP17_OR_GREATER
# endif
Expand Down

0 comments on commit 4570fca

Please sign in to comment.