fixed SPDLOG_TRACE under gcc (isue #241)

This commit is contained in:
gabime
2016-07-14 14:59:49 +03:00
parent 2e1b46bf26
commit e5032c8db5
2 changed files with 8 additions and 8 deletions

View File

@@ -122,7 +122,4 @@ using filename_t = std::wstring;
using filename_t = std::string;
#endif
#define SDLOG_STR_HELPER(x) #x
#define SPDLOG_STR(x) SDLOG_STR_HELPER(x)
} //spdlog