Necessary when pstl is included from within <algorithm> and <numeric>
to prevent a partially declared standard library when pstl itself uses
things from <algorithm> and <numeric>
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59122
Introduce forward declarations ClosedPublic Authored by rodgert on Mar 7 2019, 5:38 PM.
Details Summary Necessary when pstl is included from within <algorithm> and <numeric>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 12 2019, 7:42 AM Closed by commit rL357189: [pstl] Introduce forward declarations (authored by ldionne). · Explain WhyMar 28 2019, 10:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 192676 pstl/trunk/include/pstl/internal/algorithm_fwd.h
pstl/trunk/include/pstl/internal/glue_algorithm_impl.h
pstl/trunk/include/pstl/internal/glue_execution_defs.h
pstl/trunk/include/pstl/internal/glue_memory_impl.h
pstl/trunk/include/pstl/internal/glue_numeric_impl.h
pstl/trunk/include/pstl/internal/numeric_fwd.h
pstl/trunk/include/pstl/internal/numeric_impl.h
pstl/trunk/include/pstl/internal/unseq_backend_simd.h
pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
|