regex: minor VC6 optimisation changes.

[SVN r8380]
This commit is contained in:
John Maddock
2000-12-03 12:16:18 +00:00
parent 2b0fc3c3a8
commit 6221e7f953
15 changed files with 489 additions and 193 deletions

View File

@ -1154,6 +1154,7 @@ namespace std{
using ::strcmp;
using ::strcpy;
using ::strlen;
using ::strxfrm;
using ::isalpha;
using ::iscntrl;
using ::isdigit;
@ -1250,5 +1251,6 @@ namespace std{

View File

@ -33,7 +33,6 @@
using boost::regoff_t;
using boost::regex_tA;
using boost::regex_tW;
using boost::regmatch_t;
using boost::REG_BASIC;
using boost::REG_EXTENDED;
@ -71,6 +70,7 @@ using boost::regcompW;
using boost::regerrorW;
using boost::regexecW;
using boost::regfreeW;
using boost::regex_tW;
#endif
using boost::REG_NOERROR;
@ -99,3 +99,4 @@ using boost::reg_errcode_t;
#endif // BOOST_RE_REGEX_H