Added dec alpha fix for missing LC_MESSAGES category

[SVN r10418]
This commit is contained in:
John Maddock
2001-06-25 11:26:20 +00:00
parent 4f1b0d09b3
commit d36070e4cd

View File

@ -76,9 +76,10 @@ full list of macros and their usage.
#define BOOST_RE_PLATFORM_W32
#endif
#ifdef __MWERKS__
// no std::maessages facet
#if defined(__MWERKS__) || defined(__DECCXX)
// no std::messages facet
#define BOOST_RE_NO_MESSAGES
#define BOOST_RE_NO_CAT
#endif
#ifdef __BORLANDC__