<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 9, 2019, at 04:03, Eric Fiselier <<a href="mailto:eric@efcs.ca" class="">eric@efcs.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class="">This is unrelated to your patch, but...</div><div class=""><br class=""></div></div><div class="">If I read this existing code correctly,</div><div class="">the PSTL overloads the term "__lazy_and" to mean a different thing? </div></div></div></blockquote><div><br class=""></div><div>It's not in the same namespace as libc++'s __lazy_or and __lazy_and.</div><div><br class=""></div><div>Louis</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Oof,</div><div class=""><br class=""></div><div class="">/Eric</div><div class=""><br class=""></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" class="">libcxx-commits@lists.llvm.org</a>> wrote:<br class=""></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 class="">
Date: Mon Aug  5 14:20:42 2019<br class="">
New Revision: 367928<br class="">
<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=367928&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=367928&view=rev</a><br class="">
Log:<br class="">
[NFC][pstl] Remove stray semi-colon<br class="">
<br class="">
Modified:<br class="">
    pstl/trunk/include/pstl/internal/execution_impl.h<br class="">
<br class="">
Modified: pstl/trunk/include/pstl/internal/execution_impl.h<br class="">
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" class="">http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=367928&r1=367927&r2=367928&view=diff</a><br class="">
==============================================================================<br class="">
--- pstl/trunk/include/pstl/internal/execution_impl.h (original)<br class="">
+++ pstl/trunk/include/pstl/internal/execution_impl.h Mon Aug  5 14:20:42 2019<br class="">
@@ -29,7 +29,7 @@ template <typename _Tp><br class="">
 std::false_type __lazy_and(_Tp, std::false_type)<br class="">
 {<br class="">
     return std::false_type{};<br class="">
-};<br class="">
+}<br class="">
<br class="">
 template <typename _Tp><br class="">
 inline _Tp<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
libcxx-commits mailing list<br class="">
<a href="mailto:libcxx-commits@lists.llvm.org" target="_blank" class="">libcxx-commits@lists.llvm.org</a><br class="">
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits" rel="noreferrer" target="_blank" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits</a><br class="">
</blockquote></div></div>
</div></blockquote></div><br class=""></body></html>