mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
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