boostorg / format

Boost.org format module
http://boost.org/libs/format
Boost Software License 1.0
25 stars 51 forks source link

Misspelled config macro #77

Closed jefftrull closed 2 years ago

jefftrull commented 4 years ago

format.hpp refers to a macro BOOST_NO_LOCALE_ISIDIGIT, which probably should be BOOST_NO_LOCALE_ISDIGIT

jeking3 commented 2 years ago

Interesting to look into it anyway, it's for a Borland C++ compiler workaround for releases before 2006 edition.

https://github.com/boostorg/format/blob/develop/include/boost/format/detail/config_macros.hpp#L40-L46

https://docwiki.embarcadero.com/RADStudio/Sydney/en/Predefined_Macros#C.2B.2B_Compiler_Versions_in_Predefined_Macros