[libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.

David Blaikie dblaikie at gmail.com
Thu Mar 7 11:47:21 PST 2013


Is there a test case to go with this?

On Thu, Mar 7, 2013 at 11:38 AM, Howard Hinnant <hhinnant at apple.com> wrote:
> Author: hhinnant
> Date: Thu Mar  7 13:38:08 2013
> New Revision: 176640
>
> URL: http://llvm.org/viewvc/llvm-project?rev=176640&view=rev
> Log:
> Albert Wong: definition for regex_traits<_CharT>::__regex_word.
>
> Modified:
>     libcxx/trunk/include/regex
>
> Modified: libcxx/trunk/include/regex
> URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/regex?rev=176640&r1=176639&r2=176640&view=diff
> ==============================================================================
> --- libcxx/trunk/include/regex (original)
> +++ libcxx/trunk/include/regex Thu Mar  7 13:38:08 2013
> @@ -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();
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list