[libcxx-commits] [pstl] r367928 - [NFC][pstl] Remove stray semi-colon

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 9 01:03:15 PDT 2019


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?

Oof,

/Eric

On Mon, Aug 5, 2019 at 5:19 PM Louis Dionne via libcxx-commits <
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
> 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
>
> ==============================================================================
> --- 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
> 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/20190809/6859c9e7/attachment.html>


More information about the libcxx-commits mailing list