r276432 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Oct 1 21:02:00 GMT 2019
Author: redi
Date: Tue Oct 1 21:02:27 2019
New Revision: 276432
URL: https://gcc.gnu.org/viewcvs?rev=276432&root=gcc&view=rev
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/experimental/algorithm
trunk/libstdc++-v3/include/parallel/algo.h
More information about the Libstdc++-cvs
mailing list