projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead480d
)
Albert Wong: definition for regex_traits<_CharT>::__regex_word.
author
Howard Hinnant
<hhinnant@apple.com>
Thu, 7 Mar 2013 19:38:08 +0000
(19:38 +0000)
committer
Howard Hinnant
<hhinnant@apple.com>
Thu, 7 Mar 2013 19:38:08 +0000
(19:38 +0000)
llvm-svn: 176640
libcxx/include/regex
patch
|
blob
|
history
diff --git
a/libcxx/include/regex
b/libcxx/include/regex
index
efd91ee
..
1156a3e
100644
(file)
--- 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();