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

Add std::is_heap #6

Closed t-lutz closed 10 years ago

t-lutz commented 10 years ago

std::is_heap is not part of the algorithm header and is not part of any policy.

It also doesn't have a test case.


t-lutz commented 10 years ago

Added definitions for std::is_heap and std::is_heap_until, fixes issue #6.

→ <>


Original Comment By: Thibaut Lutz