forked from boostorg/regex
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user