[all-commits] [llvm/llvm-project] 6d2599: [libcxx][span] Implement P1976R2
Michael Schellenberger Costa via All-commits
all-commits at lists.llvm.org
Wed May 13 06:53:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d2599e4f776d0cd88438cb82a00c4fc25cc3f67
https://github.com/llvm/llvm-project/commit/6d2599e4f776d0cd88438cb82a00c4fc25cc3f67
Author: Michael Schellenberger Costa <mschellenbergercosta at googlemail.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/span
M libcxx/include/version
M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
M libcxx/test/std/containers/views/span.cons/container.fail.cpp
M libcxx/test/std/containers/views/span.cons/container.pass.cpp
M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
M libcxx/test/std/containers/views/span.cons/ptr_ptr.fail.cpp
M libcxx/test/std/containers/views/span.cons/span.fail.cpp
A libcxx/test/std/language.support/support.limits/support.limits.general/span.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
Log Message:
-----------
[libcxx][span] Implement P1976R2
This resolves the NB comment about the construction of a fixed-size span
from a dynamic range.
Differential Revision: https://reviews.llvm.org/D74577
More information about the All-commits
mailing list