ref utility

v1
Brett 2024-07-26 22:08:25 -04:00
parent 394dff9cc4
commit 5ab01e43df
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
include(cmake/color.cmake)
set(BLT_VERSION 0.18.13)
set(BLT_VERSION 0.18.14)
set(BLT_TEST_VERSION 0.0.1)
set(BLT_TARGET BLT)

View File

@ -31,6 +31,9 @@
namespace blt
{
template<typename RefType>
using ref = std::reference_wrapper<RefType>;
static inline std::string demangle(const std::string& str)
{
int status;

@ -1 +1 @@
Subproject commit d88c5e15079047777b418132ece5879e7c9aaa2b
Subproject commit 10368163ab1f4367d2f0685b5928b1c973ebd1ec