mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 02:49:03 +08:00
Fixed include order and example
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <locale>
|
||||
#endif
|
||||
|
||||
#include "spdlog/fmt/fmt.h"
|
||||
|
||||
#ifdef SPDLOG_STATIC_LIB
|
||||
#undef SPDLOG_HEADER_ONLY
|
||||
@@ -29,6 +28,8 @@
|
||||
#define SPDLOG_INLINE inline
|
||||
#endif
|
||||
|
||||
#include "spdlog/fmt/fmt.h"
|
||||
|
||||
// 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