Closed GoogleCodeExporter closed 8 years ago
We don't currently have is_sorted_until.h and that should go into sort.h as
well.
Original comment by jaredhoberock
on 17 Sep 2010 at 9:53
The set operations don't require their own headers (when we eventually have
them). We should move set_intersection to set.h.
Original comment by jaredhoberock
on 17 Sep 2010 at 9:56
utility.h currently is home to swap, but the other standard items that go into
<utility> that we currently provide are pair & tuple, which have their own
headers.
Should we deprecate utility.h and put swap in swap.h -- along with swap_ranges.
This implies swap_ranges.h should be deprecated.
Original comment by jaredhoberock
on 17 Sep 2010 at 10:02
We can't do set.h because <set> is a standard header. Maybe set_operations.h
instead?
Original comment by jaredhoberock
on 17 Sep 2010 at 10:03
This issue was closed by revision 0d077cea45.
Original comment by jaredhoberock
on 27 Sep 2010 at 5:14
Original issue reported on code.google.com by
jaredhoberock
on 17 Sep 2010 at 9:53