cpp-semver icon indicating copy to clipboard operation
cpp-semver copied to clipboard

Semantic Versioning library for modern C++.

Results 1 cpp-semver issues
Sort by recently updated
recently updated
newest added

Instead of downloading `semver.hpp` users could install an optional `semver.cppm` simple solution: ```cpp //semver.cppm. This is an automatically generated file #define SEMVER_MODULE //copy "semver.hpp" content here ``` ```cpp //semver.hpp #ifdef...