#define SPDLOG_NOEXCEPT throw() under visual studio

pull/50/head
gabime 11 years ago
parent 2fe68db0a3
commit 147ce4c80d

@ -33,7 +33,7 @@
#ifndef _MSC_VER #ifndef _MSC_VER
#define SPDLOG_NOEXCEPT noexcept #define SPDLOG_NOEXCEPT noexcept
#else #else
#define SPDLOG_NOEXCEPT #define SPDLOG_NOEXCEPT throw()
#endif #endif
// under linux, you can use the much faster CLOCK_REALTIME_COARSE clock. // under linux, you can use the much faster CLOCK_REALTIME_COARSE clock.

Loading…
Cancel
Save