main
Brett 2024-03-07 12:46:21 -05:00
parent ef991ed50d
commit 454afb004f
3 changed files with 6 additions and 3 deletions

View File

@ -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)

@ -1 +1 @@
Subproject commit 19857f3b2b498e6b6d19749e6f02e7e44ecb12b9
Subproject commit b937df3ca64f96723110fa3915e5269873faee7e

View File

@ -24,7 +24,10 @@ namespace fb
{
class base
{
private:
blt::size_t argc = 0;
public:
};
void test3()