Add proper definition for regex_traits::_regex_word
Dmitri Gribenko
gribozavr at gmail.com
Mon Mar 4 15:43:22 PST 2013
On Tue, Mar 5, 2013 at 1:34 AM, Albert Wong (王重傑) <ajwong at google.com> wrote:
> Hello,
>
> I have a small patch to regex_traits for fixing some compile errors I ran
> into building for MIPS Android. I updated the patch to Phabricator per
> these instructions but I have no clue who to add as a reviewer. The svn
> logs make it look like it should be hhinnant, but Phabricator rejects Howard
> as a reviewer. :-/
>
> Anyways, the patch is here:
>
> http://llvm-reviews.chandlerc.com/D492
>
> It's a pretty simple 5 liner.
Albert,
libcxx patches should be sent to cfe-commits.
(Adding cfe-commits and Howard Hinnant)
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-commits
mailing list