This commit is contained in:
jzmaddock
2013-12-14 17:42:13 +00:00
parent 7c7f38b009
commit e5bbcac3da
102 changed files with 214 additions and 187 deletions

View File

@@ -29,7 +29,7 @@
[h4 Description]
The class `regex_traits` is just a thin wrapper around an actual implemention
The class `regex_traits` is just a thin wrapper around an actual implementation
class, which may be one of:
* `c_regex_traits`: this class is deprecated, it wraps the C locale, and is used as the default implementation when the platform is not Win32, and the C++ locale is not available.