Make some new algorithms work in parallel mode
authorJonathan Wakely <jwakely@redhat.com>
Tue, 1 Oct 2019 21:02:27 +0000 (22:02 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 1 Oct 2019 21:02:27 +0000 (22:02 +0100)
commita16bc2f317ddfeb45a6b293aec4d89afe0e79a72
tree8dca7bf0ebe5df3f47f333d32a4ecc64536fb1dc
parente12097eda087e492ec22adaaf368cc63c3284c4e
Make some new algorithms work in parallel mode

* include/experimental/algorithm (experimental::sample): Qualify call
to __sample correctly.
* include/parallel/algo.h (sample, for_each_n): Add using-declarations
for algorithms that don't have parallel implementations.

From-SVN: r276432
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/algorithm
libstdc++-v3/include/parallel/algo.h