You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
via CMake's configure argument -DLBSTD_VERSION_NS=<custom_namespace>
The macro for name of namespace will be LB_STD_VERSION_NS (with underscore, inconsistent, yes).
Another tasks:
Passthrough the CMake arg to C++ #define;
Test in tests/CMakeLists.txt for checking the baked C++ namespace's name with baked into CMake;
via CMake's configure argument
-DLBSTD_VERSION_NS=<custom_namespace>The macro for name of namespace will be
LB_STD_VERSION_NS(with underscore, inconsistent, yes).Another tasks:
tests/CMakeLists.txtfor checking the baked C++ namespace's name with baked into CMake;