mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
fixed SPDLOG_TRACE under gcc (isue #241)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user