mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 03:46:35 +02:00
A partial Pro6 fix (Pro6 is missing the message facet - what do we do about /that/?)
[SVN r8031]
This commit is contained in:
@ -28,17 +28,20 @@
|
||||
#include <map>
|
||||
#include <boost/cregex.hpp>
|
||||
#include "primary_transform.hpp"
|
||||
#include <locale> // dwa 10/20/2000 - needed for definition of std::messages
|
||||
#include <wchar.h> // dwa 10/20/2000 - needed for wcscpy
|
||||
|
||||
|
||||
#ifndef BOOST_RE_NO_LOCALE_H
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(disable:4786)
|
||||
# ifdef BOOST_MSVC
|
||||
# pragma warning(disable:4786)
|
||||
namespace std
|
||||
{
|
||||
using ::abs;
|
||||
using ::mbstate_t;
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
namespace{
|
||||
const unsigned int re_classes_max = 14;
|
||||
|
Reference in New Issue
Block a user