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{