forked from boostorg/conversion
42e7585dd41ca02ca0784c3aba5c177f27b49e99
Do not overload lexical_cast<To, From>(const From&), instead add lexical_cast<To>(character_type,size_type) templates (refs #7421). Added tests for getting &boost::lexical_cast<To,from> functions pointers
Updated documentaion and performance test (now we have info about conversion speed to and from array<>, refs #7065)
Added lexical_cast(const CharType* chars, std::size_t count) function overload (refs #6430 and refs #6663)
Description
Boost.org conversion module
959 KiB
Languages
C++
92.3%
CMake
4.2%
HTML
3.5%