C++ named requirements: RegexTraits (since C++11)
Min standard notice:
RegexTraits is a traits class that abstracts operations needed for a given character type when as template type parameters for std::basic_regex.
# Declarations
template<> class regex_traits<char>;
template<> class regex_traits<wchar_t>;
(since C++11)(since C++11)