*** parsing.hpp.orig	Tue Jan  4 06:20:13 2005
--- parsing.hpp	Tue Jan  4 06:20:52 2005
***************
*** 44,50 ****
  
      template<class Ch, class Facet> inline
      bool wrap_isdigit(const Facet& fac, Ch c) {
! #if ! defined( BOOST_NO_LOCALE_ISIDIGIT )
          return fac.is(std::ctype<Ch>::digit, c);
  # else
          using namespace std;
--- 44,50 ----
  
      template<class Ch, class Facet> inline
      bool wrap_isdigit(const Facet& fac, Ch c) {
! #if ! defined( BOOST_NO_LOCALE_ISDIGIT )
          return fac.is(std::ctype<Ch>::digit, c);
  # else
          using namespace std;

