[all-commits] [llvm/llvm-project] 54dee0: [libc++] Add FTM for views::as_rvalue
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Feb 28 00:20:58 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: 54dee0b10c4ebdbf913f6638f49d1dc9dc8eaea4
https://github.com/llvm/llvm-project/commit/54dee0b10c4ebdbf913f6638f49d1dc9dc8eaea4
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/ranges.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Add FTM for views::as_rvalue
`views::as_rvalue` was implemented in D137637, but we forgot to set the feature test macro.
Fixes #60986.
Reviewed By: Mordante, #libc
Spies: libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D144781
(cherry picked from commit 3d4b7a6fa8a45488c141a8640cd53980bdb868e5)
More information about the All-commits
mailing list