[all-commits] [llvm/llvm-project] e93e58: Reland [libc++] [P0325] Implement to_array from LF...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Fri Jan 31 02:48:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e93e58c6c40a365bc9275dd8a8242598343cc835
https://github.com/llvm/llvm-project/commit/e93e58c6c40a365bc9275dd8a8242598343cc835
Author: Marek Kurdej <marek at quasardb.net>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/array
M libcxx/include/version
A libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
A libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/www/cxx2a_status.html
Log Message:
-----------
Reland [libc++] [P0325] Implement to_array from LFTS with updates.
Fixed expected errors and notes.
Summary:
This patch implements https://wg21.link/P0325.
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
More information about the All-commits
mailing list