Albert Wong: definition for regex_traits<_CharT>::__regex_word.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@176640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2013-03-07 19:38:08 +00:00
parent 707f318787
commit 23fb972520

View File

@ -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()
{