forked from boostorg/regex
Minor config tweek for gcc libstdc++3
[SVN r9643]
This commit is contained in:
@ -416,7 +416,7 @@ typedef unsigned long jm_uintfast32_t;
|
|||||||
some of these (std)
|
some of these (std)
|
||||||
may be guesswork: */
|
may be guesswork: */
|
||||||
|
|
||||||
# if (!defined (__SGI_STL_OWN_IOSTREAMS) && !defined(__STL_USE_NEW_IOSTREAMS)) || defined (__STL_HAS_NO_NEW_IOSTREAMS) || defined (__STL_USE_NO_IOSTREAMS) || defined(__STL_NO_MBSTATE_T)
|
# if (!defined (__SGI_STL_OWN_IOSTREAMS) && !defined(__GLIBCPP__) && !defined(__STL_USE_NEW_IOSTREAMS)) || defined (__STL_HAS_NO_NEW_IOSTREAMS) || defined (__STL_USE_NO_IOSTREAMS) || defined(__STL_NO_MBSTATE_T)
|
||||||
// Old IO streams:
|
// Old IO streams:
|
||||||
#define BOOST_RE_NO_LOCALE_H
|
#define BOOST_RE_NO_LOCALE_H
|
||||||
#define BOOST_RE_OLD_IOSTREAM
|
#define BOOST_RE_OLD_IOSTREAM
|
||||||
@ -1274,5 +1274,6 @@ namespace std{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user