]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/format/parsing.hpp
typos
[lyx.git] / boost / boost / format / parsing.hpp
index bbbf9d480672d44768870def451f056f56362e9f..0bd15d56f320b848fbdd0fc661472c3808a16060 100644 (file)
@@ -44,7 +44,7 @@ namespace detail {
 
     template<class Ch, class Facet> inline
     bool wrap_isdigit(const Facet& fac, Ch c) {
-#if ! defined( BOOST_NO_LOCALE_ISIDIGIT )
+#if ! defined( BOOST_NO_LOCALE_ISDIGIT )
         return fac.is(std::ctype<Ch>::digit, c);
 # else
         using namespace std;