[libcxx-commits] [PATCH] D66103: implement std::to_array (P0325R3)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 12 12:28:16 PDT 2019
zoecarver created this revision.
zoecarver added reviewers: mclow.lists, EricWF, ldionne.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
This patch implements `std::to_array` based on P0325R3 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0325r3.html>.
Repository:
rCXX libc++
https://reviews.llvm.org/D66103
Files:
libcxx/include/array
libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66103.214687.patch
Type: text/x-patch
Size: 3785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190812/2457f249/attachment-0001.bin>
More information about the libcxx-commits
mailing list