Deduction guides for the container adaptors - queue, stack, and priority_queue
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 22 May 2018 01:57:53 +0000 (01:57 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 22 May 2018 01:57:53 +0000 (01:57 +0000)
commit5b8b8b5dce587f1e5a4a31cc24f09b18bd53ff9a
tree8f04be8d8eaf76d4e17086a1c1d3993a4beab9fa
parent2d3eaeb2d485c464d493db9d301a2dd7e9d8d57c
Deduction guides for the container adaptors - queue, stack, and priority_queue

llvm-svn: 332927
libcxx/include/queue
libcxx/include/stack
libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.fail.cpp [new file with mode: 0644]
libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp [new file with mode: 0644]
libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.fail.cpp [new file with mode: 0644]
libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp [new file with mode: 0644]