An implementation of <charconv> in C++11
This library is a C++11 compatible implementation of <charconv>. The full documentation can be found here: https://www.boost.org/doc/libs/master/libs/charconv/doc/html/charconv.html
Build Status
| Master | Develop | |
|---|---|---|
| Github Actions | ||
| Drone | ||
| Codecov | ||
| Fuzzing |
How to build the library
B2
git clone https://github.com/boostorg/boost
cd boost
git submodule update --init
cd ..
./bootstrap
./b2 cxxstd=11
This sets up a complete boost development and allows the tests to be run. To install the development environment run:
... More
| license | BSL-1.0 |
|---|---|
| project | boost |
| url | github.com/boostorg/charconv |
| doc-url | www.boost.org/doc/libs/1_87_0/libs/charconv |
| boost-users@lists.boost.orgMailing list | |
| topics | C++Boost |
2 Versions
| version | 1.87.0 |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 3; libboost-assert, libboost-config, libboost-core |
| reviews | +1 |
| version | 1.85.0 |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 3; libboost-assert, libboost-config, libboost-core |
| reviews | +1 |