mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-19 17:31:55 +00:00
Albert Wong: definition for regex_traits<_CharT>::__regex_word.
llvm-svn: 176640
This commit is contained in:
parent
ead480d30a
commit
c60bf548c5
@ -1008,6 +1008,10 @@ private:
|
||||
int __value(wchar_t __ch, int __radix) const;
|
||||
};
|
||||
|
||||
template <class _CharT>
|
||||
const typename regex_traits<_CharT>::char_class_type
|
||||
regex_traits<_CharT>::__regex_word;
|
||||
|
||||
template <class _CharT>
|
||||
regex_traits<_CharT>::regex_traits()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user