[all-commits] [llvm/llvm-project] 36b8d0: [pstl] A hot fix for exclusive_scan (+ lost enable...
MikeDvorskiy via All-commits
all-commits at lists.llvm.org
Tue Mar 17 13:23:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36b8d02c8df4d2c9afd687c69d9adfc50afec220
https://github.com/llvm/llvm-project/commit/36b8d02c8df4d2c9afd687c69d9adfc50afec220
Author: Mikhail Dvorskiy <mikhail.dvorskiy at intel.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M pstl/include/pstl/internal/glue_numeric_defs.h
M pstl/include/pstl/internal/glue_numeric_impl.h
A pstl/test/std/numerics/numeric.ops/scan.fail.cpp
Log Message:
-----------
[pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)
It fixes an ambiguity issue in case of a user has a custom policy and
calls a version of exclusive_scan with binary operation.
Differential Revision: https://reviews.llvm.org/D62719
More information about the All-commits
mailing list