[all-commits] [llvm/llvm-project] 3d4b7a: [libc++] Add FTM for views::as_rvalue

philnik777 via All-commits all-commits at lists.llvm.org
Sat Feb 25 09:27:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d4b7a6fa8a45488c141a8640cd53980bdb868e5
      https://github.com/llvm/llvm-project/commit/3d4b7a6fa8a45488c141a8640cd53980bdb868e5
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-25 (Sat, 25 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




More information about the All-commits mailing list