Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pstl
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-08-06 00:20:42 +0300
committerLouis Dionne <ldionne@apple.com>2019-08-06 00:20:42 +0300
commit23f073100d5c882abcebb0edcbcdba78bdcbb14c (patch)
treef0084365b1469563dd727c600b69cc006b0ae770 /pstl
parenta56d81f4fb034eaf8fd9f9e216cf65d40a275364 (diff)
[NFC][pstl] Remove stray semi-colon
llvm-svn: 367928
Diffstat (limited to 'pstl')
-rw-r--r--pstl/include/pstl/internal/execution_impl.h2
1 files changed, 1 insertions, 1 deletions
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 <typename _Tp>
std::false_type __lazy_and(_Tp, std::false_type)
{
return std::false_type{};
-};
+}
template <typename _Tp>
inline _Tp