Fixed partial ordering macro names

[SVN r11298]
This commit is contained in:
John Maddock
2001-09-28 11:08:33 +00:00
parent 5b5d4c3145
commit 3d3f591516
7 changed files with 11 additions and 47 deletions

View File

@ -126,11 +126,6 @@ struct BOOST_REGEX_DECL c_traits_base : public regex_traits_base
{
public:
enum{
//
// these values *must* have the same values as their Win32
// equivalents, in order to share data between the two traits
// classes (we will static-assert that later):
//
char_class_none = 0,
char_class_alpha = 0x0001,
char_class_cntrl = 0x0002,