diff --git a/CMakeLists.txt b/CMakeLists.txt index 275d415..ef06fdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 2.0.6) +set(BLT_VERSION 2.0.7) set(BLT_TARGET BLT) diff --git a/include/blt/std/logging.h b/include/blt/std/logging.h index b6ac78e..344ae9f 100644 --- a/include/blt/std/logging.h +++ b/include/blt/std/logging.h @@ -154,7 +154,7 @@ namespace blt::logging inline auto BRIGHT_WHITE_BACKGROUND = "107"; template - inline auto MAKE_COLOR(Args... colors) + inline auto make_color(Args... colors) { std::string mode; ((mode + std::string(colors) + ";"), ...);