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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 5 14:20:42 PDT 2019


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




More information about the libcxx-commits mailing list