namespace change

v1
Brett 2024-03-31 13:57:42 -04:00
parent 2280046f14
commit 93812fd138
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
include(cmake/color.cmake)
set(BLT_VERSION 0.15.9)
set(BLT_VERSION 0.15.10)
set(BLT_TEST_VERSION 0.0.1)
set(BLT_TARGET BLT)

View File

@ -17,7 +17,7 @@
#include <blt/std/error.h>
#include <blt/std/logging.h>
namespace blt
namespace blt::error
{
void print_socket_error()
{