mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
SPDLOG_LEVEL_NAMES, comment use string_view_literals
This commit is contained in:
parent
ab8963c464
commit
640102fff8
@ -105,7 +105,7 @@
|
||||
// #define SPDLOG_LEVEL_NAMES { "MY TRACE", "MY DEBUG", "MY INFO", "MY WARNING", "MY ERROR", "MY
|
||||
// CRITICAL", "OFF" }
|
||||
//
|
||||
// Starting with C++17 use string_view_literals:
|
||||
// For C++17 use string_view_literals:
|
||||
//
|
||||
// #include <string_view>
|
||||
// using namespace std::string_view_literals;
|
||||
|
Loading…
Reference in New Issue
Block a user