<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 30, 2019 at 11:29 AM Roman Lebedev <<a href="mailto:lebedev.ri@gmail.com">lebedev.ri@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Jan 30, 2019 at 10:23 PM Tom Anderson <<a href="mailto:thomasanderson@google.com" target="_blank">thomasanderson@google.com</a>> wrote:<br>
><br>
><br>
> On Wed, Jan 30, 2019 at 11:11 AM Roman Lebedev <<a href="mailto:lebedev.ri@gmail.com" target="_blank">lebedev.ri@gmail.com</a>> wrote:<br>
>><br>
>> Does not seem to have been reviewed; and again, no lists subscribed.<br>
><br>
><br>
> Sorry about that, please feel free to revert.  I changed the CL to the inline comment suggested by the reviewer so I thought it would have their approval and this change just got lost in their inbox.<br>
> Also which lists need to be added?<br>
libcxx-commits.<br>
Also was the repo set to rCXX?<br></blockquote><div><br></div><div>I believe I left the repo blank.  Thanks, I'll be sure to use libcxx-commits and rCXX for future libc++ patches!</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
>> On Wed, Jan 30, 2019 at 10:09 PM Tom Anderson via Phabricator via<br>
>> libcxx-commits <<a href="mailto:libcxx-commits@lists.llvm.org" target="_blank">libcxx-commits@lists.llvm.org</a>> wrote:<br>
>> ><br>
>> > This revision was not accepted when it landed; it landed in state "Needs Review".<br>
>> > This revision was automatically updated to reflect the committed changes.<br>
>> > Closed by commit rCXX352648: [libc++] Explicitly initialize std::nothrow (authored by thomasanderson, committed by ).<br>
>> > Herald added subscribers: libcxx-commits, ldionne.<br>
>> ><br>
>> > Repository:<br>
>> >   rCXX libc++<br>
>> ><br>
>> > CHANGES SINCE LAST ACTION<br>
>> >   <a href="https://reviews.llvm.org/D57351/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D57351/new/</a><br>
>> ><br>
>> > <a href="https://reviews.llvm.org/D57351" rel="noreferrer" target="_blank">https://reviews.llvm.org/D57351</a><br>
>> ><br>
>> > Files:<br>
>> >   src/new.cpp<br>
>> ><br>
>> ><br>
>> > Index: src/new.cpp<br>
>> > ===================================================================<br>
>> > --- src/new.cpp<br>
>> > +++ src/new.cpp<br>
>> > @@ -34,7 +34,7 @@<br>
>> >  {<br>
>> ><br>
>> >  #ifndef __GLIBCXX__<br>
>> > -const nothrow_t nothrow = {};<br>
>> > +const nothrow_t nothrow{};<br>
>> >  #endif<br>
>> ><br>
>> >  #ifndef LIBSTDCXX<br>
>> ><br>
>> ><br>
>> > _______________________________________________<br>
>> > libcxx-commits mailing list<br>
>> > <a href="mailto:libcxx-commits@lists.llvm.org" target="_blank">libcxx-commits@lists.llvm.org</a><br>
>> > <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits</a><br>
</blockquote></div></div>