Closed jefftrull closed 2 years ago
format.hpp refers to a macro BOOST_NO_LOCALE_ISIDIGIT, which probably should be BOOST_NO_LOCALE_ISDIGIT
format.hpp
BOOST_NO_LOCALE_ISIDIGIT
BOOST_NO_LOCALE_ISDIGIT
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
format.hpp
refers to a macroBOOST_NO_LOCALE_ISIDIGIT
, which probably should beBOOST_NO_LOCALE_ISDIGIT