[libcxx-commits] [pstl] r367928 - [NFC][pstl] Remove stray semi-colon
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 12 08:30:30 PDT 2019
> On Aug 9, 2019, at 04:03, Eric Fiselier <eric at efcs.ca> wrote:
>
> This is unrelated to your patch, but...
>
> If I read this existing code correctly,
> the PSTL overloads the term "__lazy_and" to mean a different thing?
It's not in the same namespace as libc++'s __lazy_or and __lazy_and.
Louis
>
> Oof,
>
> /Eric
>
> On Mon, Aug 5, 2019 at 5:19 PM Louis Dionne via libcxx-commits <libcxx-commits at lists.llvm.org <mailto:libcxx-commits at lists.llvm.org>> wrote:
> Author: ldionne
> Date: Mon Aug 5 14:20:42 2019
> New Revision: 367928
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367928&view=rev <http://llvm.org/viewvc/llvm-project?rev=367928&view=rev>
> Log:
> [NFC][pstl] Remove stray semi-colon
>
> Modified:
> pstl/trunk/include/pstl/internal/execution_impl.h
>
> Modified: pstl/trunk/include/pstl/internal/execution_impl.h
> URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=367928&r1=367927&r2=367928&view=diff <http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=367928&r1=367927&r2=367928&view=diff>
> ==============================================================================
> --- pstl/trunk/include/pstl/internal/execution_impl.h (original)
> +++ pstl/trunk/include/pstl/internal/execution_impl.h Mon Aug 5 14:20:42 2019
> @@ -29,7 +29,7 @@ template <typename _Tp>
> std::false_type __lazy_and(_Tp, std::false_type)
> {
> return std::false_type{};
> -};
> +}
>
> template <typename _Tp>
> inline _Tp
>
>
> _______________________________________________
> libcxx-commits mailing list
> libcxx-commits at lists.llvm.org <mailto:libcxx-commits at lists.llvm.org>
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits <https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190812/2070a3ab/attachment-0001.html>
More information about the libcxx-commits
mailing list