diff --git a/CMakeLists.txt b/CMakeLists.txt index 401c1ab..f08b777 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(lilfbtf5 VERSION 0.1.0) +project(lilfbtf5 VERSION 0.1.1) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/libs/BLT b/libs/BLT index 19857f3..b937df3 160000 --- a/libs/BLT +++ b/libs/BLT @@ -1 +1 @@ -Subproject commit 19857f3b2b498e6b6d19749e6f02e7e44ecb12b9 +Subproject commit b937df3ca64f96723110fa3915e5269873faee7e diff --git a/tests/src/tests3.cpp b/tests/src/tests3.cpp index d9e5638..5bf996e 100644 --- a/tests/src/tests3.cpp +++ b/tests/src/tests3.cpp @@ -24,7 +24,10 @@ namespace fb { class base { - + private: + blt::size_t argc = 0; + + public: }; void test3()