[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
Thu Jan 6 03:37:49 PST 2022
philnik updated this revision to Diff 397840.
philnik marked 4 inline comments as done.
philnik added a comment.
- Addressed comments
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.397840.patch
Type: text/x-patch
Size: 29152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220106/f752df0d/attachment-0001.bin>
More information about the libcxx-commits
mailing list