Regex point release 3.02

[SVN r8226]
This commit is contained in:
John Maddock
2000-11-16 11:29:03 +00:00
parent 680e5b9e13
commit 36e4289aaa
54 changed files with 293 additions and 200 deletions

View File

@ -16,7 +16,7 @@
/*
* LOCATION: see http://www.boost.org for most recent version.
* FILE c_regex_traits.cpp
* VERSION 3.01
* VERSION 3.02
* DESCRIPTION: Implements the c_regex_traits<charT> traits class
*/
@ -37,14 +37,6 @@
#include <nl_types.h>
#endif
#if defined(BOOST_MSVC)
namespace std{
using ::setlocale;
using ::wcstombs;
using ::mbstowcs;
}
#endif
namespace{
//