gcc/libstdc++-v3/testsuite/25_algorithms/make_heap
Jonathan Wakely 8d85abab44 PR libstdc++/80064 make heap algorithms work with function types
PR libstdc++/80064
	* include/bits/stl_heap.h (__is_heap, push_heap, __adjust_heap)
	(pop_heap, make_heap, sort_heap, is_heap_until, is_heap): Cope with
	invalid instantiations using function types for _Compare argument.
	* testsuite/25_algorithms/make_heap/80064.cc: New test.

From-SVN: r246197
2017-03-16 14:32:07 +00:00
..
requirements/explicit_instantiation Update copyright years. 2017-01-01 13:07:43 +01:00
80064.cc PR libstdc++/80064 make heap algorithms work with function types 2017-03-16 14:32:07 +00:00
complexity.cc Update copyright years. 2017-01-01 13:07:43 +01:00
movable.cc Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00