mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
#define SPDLOG_NOEXCEPT throw() under visual studio
This commit is contained in:
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…
Reference in New Issue
Block a user