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

No `typeinfo` in `std` namespace #32

Closed Kojoley closed 4 years ago

Kojoley commented 4 years ago

Fixes https://svn.boost.org/trac10/ticket/4115 without relying on Boost.Config to inject ::typeinfo into std namespace.

The problem could be reproduced by applying https://github.com/boostorg/lexical_cast/pull/31 and https://github.com/boostorg/config/pull/307 on VC9.0/10.0/11.0.

apolukhin commented 4 years ago

Thank you for the work!