<div dir="ltr"><div><div>This is unrelated to your patch, but...</div><div><br></div></div><div>If I read this existing code correctly,</div><div>the PSTL overloads the term "__lazy_and" to mean a different thing? </div><div><br></div><div>Oof,</div><div><br></div><div>/Eric</div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 5, 2019 at 5:19 PM Louis Dionne via libcxx-commits <<a href="mailto:libcxx-commits@lists.llvm.org">libcxx-commits@lists.llvm.org</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">Author: ldionne<br>
Date: Mon Aug  5 14:20:42 2019<br>
New Revision: 367928<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=367928&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=367928&view=rev</a><br>
Log:<br>
[NFC][pstl] Remove stray semi-colon<br>
<br>
Modified:<br>
    pstl/trunk/include/pstl/internal/execution_impl.h<br>
<br>
Modified: pstl/trunk/include/pstl/internal/execution_impl.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=367928&r1=367927&r2=367928&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=367928&r1=367927&r2=367928&view=diff</a><br>
==============================================================================<br>
--- pstl/trunk/include/pstl/internal/execution_impl.h (original)<br>
+++ pstl/trunk/include/pstl/internal/execution_impl.h Mon Aug  5 14:20:42 2019<br>
@@ -29,7 +29,7 @@ template <typename _Tp><br>
 std::false_type __lazy_and(_Tp, std::false_type)<br>
 {<br>
     return std::false_type{};<br>
-};<br>
+}<br>
<br>
 template <typename _Tp><br>
 inline _Tp<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>