boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Boost container support #66

Closed serfcity closed 9 months ago

serfcity commented 9 months ago

Why Boost lexical_cast does not work with boost::container::string instead of std::string?

apolukhin commented 9 months ago

It works:

https://github.com/boostorg/lexical_cast/blob/90ec909dcfe972fd8e51b9add487cbec67129b61/test/containers_test.cpp#L18-L48