procxx / std_version

WIP: The library for describing versions. To be proposed in ISO C++ 2c
Other
5 stars 1 forks source link

Ability to customize the library's C++ namespace (default is lbstd) #15

Closed leha-bot closed 1 year ago

leha-bot commented 2 years ago

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: