Skip to content

Commit

Permalink
chore: remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtsHsu committed Feb 17, 2024
1 parent 3c33604 commit d99bd80
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/conststr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,6 @@
*/
namespace conststr {

#if defined(__GNUC__) || defined(__clang__)
#if __cplusplus >= 202100L
#define CSTR_USE_CPP23
#endif
#elif defined(_MSC_VER)
#if _MSVC_LANG > 202002L
#define CSTR_USE_CPP23
#endif
#endif

/**
* @brief Some useful template meta.
*/
Expand Down

0 comments on commit d99bd80

Please sign in to comment.