<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 11, 2016 at 3:04 PM, Dimitry Andric via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">dim added a comment.<br>
<br>
Okay, the relevant change from <a href="http://reviews.llvm.org/rL255585" rel="noreferrer" target="_blank">http://reviews.llvm.org/rL255585</a> is that `_LIBCPP_HAS_NO_TRAILING_RETURN` doesn't get defined anymore, and this enables the std::begin() and std::end() implementations in <iterator>.  Apparently, if these aren't defined, gcc wants to have iterator types defined in the class, though I still don't know for sure how it synthesizes begin() and end() methods then. :)<br></blockquote><div><br></div><div>That's pretty weird...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
<br>
<a href="http://reviews.llvm.org/D18061" rel="noreferrer" target="_blank">http://reviews.llvm.org/D18061</a><br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>