silly
parent
ff5ba4a667
commit
15e1b263a4
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
include(cmake/color.cmake)
|
include(cmake/color.cmake)
|
||||||
set(BLT_VERSION 2.0.6)
|
set(BLT_VERSION 2.0.7)
|
||||||
|
|
||||||
set(BLT_TARGET BLT)
|
set(BLT_TARGET BLT)
|
||||||
|
|
||||||
|
|
|
@ -154,7 +154,7 @@ namespace blt::logging
|
||||||
inline auto BRIGHT_WHITE_BACKGROUND = "107";
|
inline auto BRIGHT_WHITE_BACKGROUND = "107";
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
inline auto MAKE_COLOR(Args... colors)
|
inline auto make_color(Args... colors)
|
||||||
{
|
{
|
||||||
std::string mode;
|
std::string mode;
|
||||||
((mode + std::string(colors) + ";"), ...);
|
((mode + std::string(colors) + ";"), ...);
|
||||||
|
|
Loading…
Reference in New Issue