forked from boostorg/conversion
824fbd9b060c101eb50ec8cf9c94bb63f2548eea
[SVN r80715]
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)
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
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%