[all-commits] [llvm/llvm-project] f3aed3: [libc++] Implement P1425R4 (Iterator pair construc...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Jan 6 09:56:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3aed3698185dd4a03b210a9d73be4dc1efc580f
      https://github.com/llvm/llvm-project/commit/f3aed3698185dd4a03b210a9d73be4dc1efc580f
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/include/queue
    M libcxx/include/stack
    M libcxx/include/version
    A libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_iterators.pass.cpp
    A libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_iterators.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
    A libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_iterators.pass.cpp
    A libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_iterators.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/queue.version.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/stack.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std::queue)

Implement P1425R4

Reviewed By: Quuxplusone, #libc, Mordante

Spies: Mordante, jloser, libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D115977




More information about the All-commits mailing list