[PATCH] D43773: Implement the container bits of P0805R1

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 11:43:15 PST 2018


mclow.lists created this revision.
mclow.lists added a reviewer: EricWF.

P0805R1 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0805r1.html> is about comparing heterogenous containers.

This is the implementation for `array`, `vector`, `deque`, `list` and `forward_list`.
The `tuple` bits will follow soon.

I hope to land this immediately after it is adopted in Jacksonville.


https://reviews.llvm.org/D43773

Files:
  include/array
  include/deque
  include/list
  include/vector
  test/std/containers/sequences/array/compare.fail.cpp
  test/std/containers/sequences/array/compare.pass.cpp
  test/std/containers/sequences/deque/compare.fail.cpp
  test/std/containers/sequences/deque/compare.pass.cpp
  test/std/containers/sequences/forwardlist/compare.fail.cpp
  test/std/containers/sequences/forwardlist/compare.pass.cpp
  test/std/containers/sequences/list/compare.fail.cpp
  test/std/containers/sequences/list/compare.pass.cpp
  test/std/containers/sequences/vector/compare.fail.cpp
  test/std/containers/sequences/vector/compare.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43773.135935.patch
Type: text/x-patch
Size: 46966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180226/522948e3/attachment-0001.bin>


More information about the cfe-commits mailing list