mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +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
|
||||
#define SPDLOG_NOEXCEPT noexcept
|
||||
#else
|
||||
#define SPDLOG_NOEXCEPT
|
||||
#define SPDLOG_NOEXCEPT throw()
|
||||
#endif
|
||||
|
||||
// under linux, you can use the much faster CLOCK_REALTIME_COARSE clock.
|
||||
|
Loading…
Reference in New Issue
Block a user