*** format.hpp.orig	Tue Jan  4 06:17:40 2005
--- format.hpp	Tue Jan  4 06:19:27 2005
***************
*** 26,32 ****
  // ***   Compatibility framework
  #include <boost/format/detail/compat_workarounds.hpp>
  
! #ifdef BOOST_NO_LOCALE_ISIDIGIT
  #include <cctype>  // we'll use the non-locale  <cctype>'s std::isdigit(int)
  #endif
  
--- 26,32 ----
  // ***   Compatibility framework
  #include <boost/format/detail/compat_workarounds.hpp>
  
! #ifdef BOOST_NO_LOCALE_ISDIGIT
  #include <cctype>  // we'll use the non-locale  <cctype>'s std::isdigit(int)
  #endif