Skip to content

Commit

Permalink
SPDLOG_LEVEL_NAMES, comment use string_view_literals
Browse files Browse the repository at this point in the history
  • Loading branch information
yalov committed Dec 11, 2024
1 parent ab8963c commit 640102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/tweakme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 640102f

Please sign in to comment.