* GCC 2.95 compatibility.
This commit is contained in:
parent
cf0287c09e
commit
833f2fc92d
6 changed files with 29 additions and 3 deletions
|
|
@ -24,10 +24,13 @@
|
|||
#include <sstream>
|
||||
#include <cassert>
|
||||
|
||||
#if HAVE_LOCALE
|
||||
#include <locale>
|
||||
//#define BOOST_NO_STD_LOCALE
|
||||
//#define BOOST_NO_LOCALE_ISIDIGIT
|
||||
//#include <cctype>
|
||||
#else
|
||||
#define BOOST_NO_STD_LOCALE
|
||||
#define BOOST_NO_LOCALE_ISIDIGIT
|
||||
#include <cctype>
|
||||
#endif
|
||||
|
||||
#include <boost/format/macros_default.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue