Commit 147ce4c8 authored by gabime's avatar gabime

#define SPDLOG_NOEXCEPT throw() under visual studio

parent 2fe68db0
...@@ -33,7 +33,7 @@ ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment