[libcxx-commits] [PATCH] D153192: [libc++] Update status after Varna meeting.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 18 07:23:05 PDT 2023
Mordante marked 7 inline comments as done.
Mordante added a comment.
In D153192#4430833 <https://reviews.llvm.org/D153192#4430833>, @h-vetinari wrote:
> Bunch of places where you're currently timetravelling. ;-)
Luckily my compiler is able to do that; `-std=c++26` and I'm there ;-)
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:496
+ "name": "__cpp_lib_function_ref",
+ "values": {"c++26": 202606}, # P0792R14 function_ref: a type-erased callable reference
+ "headers": ["functional"],
----------------
h-vetinari wrote:
>
Nice catch! The other occurrence are all generated from the information here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153192/new/
https://reviews.llvm.org/D153192
More information about the libcxx-commits
mailing list