Merge branch 'v1.x' into std-format

This commit is contained in:
Charles Milette
2021-11-14 16:02:38 -05:00
committed by GitHub
6 changed files with 9 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
# endif
#endif
// visual studio upto 2013 does not support noexcept nor constexpr
// visual studio up to 2013 does not support noexcept nor constexpr
#if defined(_MSC_VER) && (_MSC_VER < 1900)
# define SPDLOG_NOEXCEPT _NOEXCEPT
# define SPDLOG_CONSTEXPR