regex regression test fixes

[SVN r8030]
This commit is contained in:
John Maddock
2000-10-21 11:18:50 +00:00
parent 5efb356b84
commit 74ca42eb88
2 changed files with 6 additions and 6 deletions

View File

@ -741,7 +741,7 @@ struct sub_match
}
return result;
}
#ifndef BOOST_OLD_REGEX_H
#ifdef BOOST_OLD_REGEX_H
//
// the following are deprecated, do not use!!
//
@ -774,7 +774,7 @@ struct sub_match
}
};
#ifndef BOOST_OLD_REGEX_H
#ifdef BOOST_OLD_REGEX_H
namespace re_detail{
template <class iterator, class charT>
int do_toi(iterator i, iterator j, char c, int radix)