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

Remove garbage files #1

Closed t-lutz closed 10 years ago

t-lutz commented 10 years ago

The files in parallel/bits are mostly useless, since the business logic has been delegated to the policies. If no code needs to be reused, they should be deleted