Boost.NumericConversion
Go to file
Peter Dimov 50a1eae942 Change mpl::integral_c to boost::integral_constant to avoid Clang 16 errors when constructing out of range enums (refs #24, https://github.com/boostorg/mpl/issues/69) 2022-11-16 10:43:31 +02:00
.github/workflows Hardcode LIBRARY in ci.yml 2022-11-16 02:44:49 +02:00
doc Removed executable attribute from file. 2017-09-17 10:46:51 -04:00
include/boost Change mpl::integral_c to boost::integral_constant to avoid Clang 16 errors when constructing out of range enums (refs #24, https://github.com/boostorg/mpl/issues/69) 2022-11-16 10:43:31 +02:00
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2021-01-20 23:00:18 -05:00
test Add missing include 2022-11-16 02:55:31 +02:00
.gitattributes
CMakeLists.txt Add CMakeLists.txt 2021-03-18 17:39:55 +02:00
README.md Link to latest version of documentation 2018-03-05 18:23:34 +00:00
index.html Fixed Inspection report issues. 2008-03-14 18:32:45 +00:00

README.md

Boost.NumericConversion

The Boost Numeric Conversion library is a collection of tools to describe and perform conversions between values of different numeric types.

The documentation for the library can be found here