regex: tweeks for linux. + Beos: compiler status

[SVN r8445]
This commit is contained in:
John Maddock
2000-12-10 11:52:26 +00:00
parent 6281799115
commit 72caa3f9ca
2 changed files with 17 additions and 3 deletions

View File

@ -288,9 +288,13 @@ Do not change this file unless you really really have to, add options to
#define BOOST_RE_NO_WCSTRING
#endif
//
// for now we'll always define these:
#define BOOST_RE_NO_WCTYPE_H
#define BOOST_RE_NO_WCSTRING
// for now we'll always define these
// unless we know that the platform can cope
// with woide character strings:
#if !defined(linux)
#define BOOST_RE_NO_WCTYPE_H
#define BOOST_RE_NO_WCSTRING
#endif
#endif
@ -1257,5 +1261,6 @@ namespace std{