diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2013-03-07 19:38:08 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2013-03-07 19:38:08 +0000 |
| commit | c60bf548c58be2bd80c58e2497c75cd2cfcfc393 (patch) | |
| tree | 9a40a1e68351725598385a33850a6bfb12e729f0 | |
| parent | ead480d30a7b439bbc8925223a3a83c1b6542300 (diff) | |
| download | bcm5719-llvm-c60bf548c58be2bd80c58e2497c75cd2cfcfc393.tar.gz bcm5719-llvm-c60bf548c58be2bd80c58e2497c75cd2cfcfc393.zip | |
Albert Wong: definition for regex_traits<_CharT>::__regex_word.
llvm-svn: 176640
| -rw-r--r-- | libcxx/include/regex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/regex b/libcxx/include/regex index efd91eece35..1156a3e5335 100644 --- a/libcxx/include/regex +++ b/libcxx/include/regex @@ -1009,6 +1009,10 @@ private: }; template <class _CharT> +const typename regex_traits<_CharT>::char_class_type +regex_traits<_CharT>::__regex_word; + +template <class _CharT> regex_traits<_CharT>::regex_traits() { __init(); |

