[libcxx-commits] [PATCH] D106827: [libc++] Implement the resolution for LWG3522 in all language modes.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 14:09:12 PDT 2021


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, tcanens.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

  LWG3522: "Missing requirement on InputIterator template parameter
  for priority_queue constructors". The iterator parameter should be
  constrained to actually be an iterator type. `priority_queue{1,2}`
  should be SFINAE-friendly ill-formed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106827

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/docs/Status/RangesIssues.csv
  libcxx/include/queue
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_constraint.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106827.361794.patch
Type: text/x-patch
Size: 6085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210726/9f24df7f/attachment.bin>


More information about the libcxx-commits mailing list