t-lutz / ParallelSTL

Implementation of n3554, a proposal to include parallelized versions of the STL algorithms into the C++ standard.
25 stars 6 forks source link

Implement dynamic execution policy #5

Open t-lutz opened 10 years ago

t-lutz commented 10 years ago

The dynamic container for the execution policies is not implemented, nor is the specialization of the algorithms for a dynamic container.