mirror of
https://github.com/boostorg/lexical_cast.git
synced 2026-07-21 13:23:34 +00:00
fc5ffb67f8fcdce0f843460f9374eecddc5ac5a5
Simplify the code by removing the explicit copy optimization that is not profitable on modern compilers (#71)
Simplify the code by removing the explicit copy optimization that is not profitable on modern compilers (#71)
Significant rewrite of the internal logic to separate optimized and C++ Standard Library IO-based streams (#69)
Optimizations for std::basic_string_view ans boost::basic_string_view (ref https://github.com/boostorg/lexical_cast/issues/30) (#70)
Boost.LexicalCast
Boost.LexicalCast is one of the Boost C++ Libraries. This library is meant for general literal text conversions, such as an int represented a string, or vice-versa.
Test results
| @ | Build | Tests coverage | More info |
|---|---|---|---|
| Develop branch: | ![]() |
details... | |
| Master branch: | ![]() |
details... |
Latest developer documentation
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
97.8%
CMake
2.1%
HTML
0.1%

