<div dir="ltr">On Mon, Mar 4, 2013 at 4:02 PM, Howard Hinnant <span dir="ltr"><<a href="mailto:hhinnant@apple.com" target="_blank">hhinnant@apple.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Mar 4, 2013, at 6:43 PM, Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>> wrote:<br>
<br>
> On Tue, Mar 5, 2013 at 1:34 AM, Albert Wong (王重傑) <<a href="mailto:ajwong@google.com">ajwong@google.com</a>> wrote:<br>
>> Hello,<br>
>><br>
>> I have a small patch to regex_traits for fixing some compile errors I ran<br>
>> into building for MIPS Android.  I updated the patch to Phabricator per<br>
>> these instructions but I have no clue who to add as a reviewer.  The svn<br>
>> logs make it look like it should be hhinnant, but Phabricator rejects Howard<br>
>> as a reviewer. :-/<br>
>><br>
>> Anyways, the patch is here:<br>
>><br>
>>  <a href="http://llvm-reviews.chandlerc.com/D492" target="_blank">http://llvm-reviews.chandlerc.com/D492</a><br>
>><br>
>> It's a pretty simple 5 liner.<br>
><br>
> Albert,<br>
><br>
> libcxx patches should be sent to cfe-commits.<br>
><br>
> (Adding cfe-commits and Howard Hinnant)<br>
<br>
</div>Thanks Dmitri.<br>
<br>
Thanks Albert.  I traditionally like to leave the constant specifier in the class definition:<br>
<br>
    static const char_class_type __regex_word = 0x80;<br>
<br>
If we just add this:<br>
<br>
template <class _CharT><br>
const typename regex_traits<_CharT>::char_class_type<br>
regex_traits<_CharT>::__regex_word;<br>
<br>
<br>
will that work in your environment?<br></blockquote><div><br></div><div style>Yep. Doesn't make a difference to me.  New diff uploaded.</div><div style><br></div><div style>Thanks!</div><div style><br></div><div style>

-Albert</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Howard<br>
<br>
</font></span></blockquote></div><br></div></div>