static lib wip

This commit is contained in:
gabime
2019-04-05 16:44:17 +03:00
parent ef8773a89b
commit e2e3df9013
15 changed files with 1029 additions and 1255 deletions

View File

@@ -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()