Registry / utility / boost-charconv

boost-charconv

JSON →
library1.90.0vcpkgunverified

Boost.Charconv provides high-performance character conversion routines for integers and floating-point numbers.

vcpkg install boost-charconv
INSTALL
IMPORT
SIG · BOOST-CHARCONV
B
boost-charconv
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/charconv.hpp
#include <boost/charconv.hpp>

Convert a double to a string using Boost.Charconv.

#include <boost/charconv.hpp> #include <iostream> int main() { double value = 3.14159; char buffer[64]; auto r = boost::charconv::to_chars(buffer, buffer + sizeof(buffer), value); *r.ptr = '\0'; std::cout << buffer << '\n'; return 0; }
Debug
Known issues
breakingBoost.Charconv requires C++17 or later.
fix
Set your project's C++ standard to C++17 or higher.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources

No resource links recorded.

boost-charconv — pip install boost-charconv · libregistry