[libcxx-commits] [PATCH] D117962: [libc++] Fix LWG3422 "Issues of seed_seq's constructors"

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 22 12:17:08 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, Mordante, var-const, philnik, jloser, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

https://cplusplus.github.io/LWG/issue3422

Also add a static_assert to check the "Mandates:" on the
iterator-pair constructor. Oddly, the `InputIterator` parameter
itself is merely preconditioned, not constrained, to satisfy the
input iterator requirements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117962

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__random/seed_seq.h
  libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/iterator.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117962.402247.patch
Type: text/x-patch
Size: 4084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220122/786e5c18/attachment.bin>


More information about the libcxx-commits mailing list