mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
static lib wip
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
|
||||
#include "spdlog/fmt/fmt.h"
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#define SPDLOG_INLINE inline
|
||||
#else
|
||||
#define SPDLOG_INLINE
|
||||
#endif
|
||||
|
||||
|
||||
// visual studio upto 2013 does not support noexcept nor constexpr
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1900)
|
||||
#define SPDLOG_NOEXCEPT throw()
|
||||
|
Reference in New Issue
Block a user