forked from boostorg/regex
Merged typo fixes from trunk.
[SVN r42026]
This commit is contained in:
@ -20,10 +20,10 @@
|
||||
struct c_regex_traits;
|
||||
|
||||
template <class charT>
|
||||
struct cpp_regex_traits;
|
||||
class cpp_regex_traits;
|
||||
|
||||
template <class charT>
|
||||
struct w32_regex_traits;
|
||||
class w32_regex_traits;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
Reference in New Issue
Block a user