[PATCH] D57058: Implement LWG3101 - span's Container constructors need another constraint

Marshall Clow via Phabricator reviews at reviews.llvm.org
Tue Jan 22 08:23:20 PST 2019


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.

See https://wg21.link/LWG3101

Another issue that is due to be voted on in Kona.
Since we have two implementations of span - one for dynamic extents, and one for static, this was simple.


https://reviews.llvm.org/D57058

Files:
  include/span
  test/std/containers/views/span.cons/container.fail.cpp
  test/std/containers/views/span.cons/container.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57058.182924.patch
Type: text/x-patch
Size: 8685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190122/288cebe4/attachment-0001.bin>


More information about the libcxx-commits mailing list