[libc++] [P0325] Implement to_array from LFTS with updates.
authorMarek Kurdej <marek@quasardb.net>
Thu, 30 Jan 2020 12:27:35 +0000 (13:27 +0100)
committerMarek Kurdej <marek@quasardb.net>
Thu, 30 Jan 2020 12:38:37 +0000 (13:38 +0100)
commit86aae78268f31e58b619c9ae69e8b661dfacb9f4
tree976e217a150a05d889bf6d6f55aa1b4b29c42fff
parent57b0d3322445d48b52f63309b1afce8f0ff8e480
[libc++] [P0325] Implement to_array from LFTS with updates.

Summary:
This patch implements https://wg21.link/P0325.
Please mind that at it is my first contribution to libc++, so I may have forgotten to abide to some conventions.

Reviewers: EricWF, mclow.lists, ldionne, lichray

Reviewed By: ldionne, lichray

Subscribers: lichray, dexonsmith, zoecarver, christof, ldionne, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D69882
libcxx/docs/FeatureTestMacroTable.rst
libcxx/include/array
libcxx/include/version
libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp [new file with mode: 0644]
libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
libcxx/www/cxx2a_status.html