https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85998

            Bug ID: 85998
           Summary: feature request: support C++17 parallel STL
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jeff.science at gmail dot com
  Target Milestone: ---

I'd like to see GCC evolve
https://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html into a
proper implementation of the C++17 parallel STL
(http://en.cppreference.com/w/cpp/algorithm).

Because there is already an OpenMP parallel back-end, I assume this is mostly a
matter of creating the boilerplate to map __gnu_parallel::foo(args) to
std::foo(std::execution::par,args).

Reply via email to