Fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-13 21:54:08 +02:00
parent ff9313e6dd
commit 591eedcf36
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@
# define SPDLOG_FMT_RUNTIME(format_string) format_string
#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