From 15e1b263a40368d6c91272bb305d1ef55d76172d Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Fri, 4 Oct 2024 13:45:35 -0400 Subject: [PATCH] silly --- CMakeLists.txt | 2 +- include/blt/std/logging.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) + ";"), ...);