Boost.NumericConversion
Go to file
Peter Dimov 902588b6bd Hardcode LIBRARY in ci.yml 2022-11-16 02:44:49 +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 Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings. 2020-05-24 16:10:39 -07: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 Switch from deprecated test to Lightweight Test 2021-06-09 17:48:22 -04: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