forked from boostorg/regex
regex: minor VC6 optimisation changes.
[SVN r8380]
This commit is contained in:
@ -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{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user