Universal v3.97
Universal Numbers Library v3.97
What's New
Changes since v3.96:
- V3.97: hygiene release (#507)
Installation
Universal is a header-only C++ template library. To use:
find_package(UNIVERSAL CONFIG REQUIRED)
target_link_libraries(your_target universal::universal)
Or simply add include/sw to your include path.
Requirements
- C++20 compatible compiler (GCC 10+, Clang 12+, MSVC 2019+)
- CMake 3.16+
What's Changed
- V3.97: hygiene release by @Ravenwater in https://github.com/stillwater-sc/universal/pull/507
Full Changelog: https://github.com/stillwater-sc/universal/compare/v3.96...v3.97