From c7f918d0681828afdbddfdcc354b6f3dfc2a7b68 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 7 Feb 2013 13:09:19 +0000 Subject: Import new libc++ to vendor branch. --- include/regex | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'include/regex') diff --git a/include/regex b/include/regex index 7505f2ea3295..982500f35ffc 100644 --- a/include/regex +++ b/include/regex @@ -2842,6 +2842,27 @@ private: template friend class __lookahead; }; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::nosubs; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::optimize; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::collate; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::ECMAScript; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::basic; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::extended; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::awk; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::grep; +template + const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::egrep; + template void basic_regex<_CharT, _Traits>::swap(basic_regex& __r) -- cgit v1.2.3