[libcxx-commits] [PATCH] D115977: [libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std::queue)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 5 14:32:26 PST 2022
philnik updated this revision to Diff 397717.
philnik marked an inline comment as done.
philnik added a comment.
Rebased. Any more comments @Quuxplusone?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115977/new/
https://reviews.llvm.org/D115977
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/queue
libcxx/include/stack
libcxx/include/version
libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_iterators.pass.cpp
libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_iterators.pass.cpp
libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_iterators.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_iterators.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/queue.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/stack.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115977.397717.patch
Type: text/x-patch
Size: 28893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220105/cf783680/attachment-0001.bin>
More information about the libcxx-commits
mailing list