From 23f073100d5c882abcebb0edcbcdba78bdcbb14c Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 5 Aug 2019 21:20:42 +0000 Subject: [PATCH] [NFC][pstl] Remove stray semi-colon llvm-svn: 367928 --- pstl/include/pstl/internal/execution_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pstl/include/pstl/internal/execution_impl.h b/pstl/include/pstl/internal/execution_impl.h index 2eb5242ae523..032ca569b5c3 100644 --- a/pstl/include/pstl/internal/execution_impl.h +++ b/pstl/include/pstl/internal/execution_impl.h @@ -29,7 +29,7 @@ template std::false_type __lazy_and(_Tp, std::false_type) { return std::false_type{}; -}; +} template inline _Tp