[PATCH] D43773: Implement the container bits of P0805R1

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 17:22:47 PST 2018


mclow.lists added a comment.

> Is there a subtle reason for this inconsistency that I'm not seeing?

I suspect that it's because they were written at different times.
(When I say 'written at different times', I mean I adapted the existing `op==` for the containers - not that this new code was written at different times)

I'm a fan of the four-legged bits, but in `op==` (except for `forward_list` we know the sizes are the same.


https://reviews.llvm.org/D43773





More information about the cfe-commits mailing list