[libc++][tuple.apply] Implement P2255R2 make_from_tuple part. #152867
[libc++] Implement std::make_from_tuple mandates: If tuple_size_v<rem…
7d345a59
yronglin
requested a review
222 days ago
Address review comments
6312ab09
Fix test
01fe5463
XFAIL test in clang-module-build, because the diagnostic in tuple std…
21b69d43
Only disable c++17 clang-modules-build
59baea19
yronglin
changed the title [libc++] Implement std::make_from_tuple mandates: If tuple_size_v<remove_reference_t<Tuple>> is 1, then reference_constructs_from_temporary_v<T, decltype(get<0>(declval<Tuple>()))> is false. [libc++][tuple.apply] Implement P2255R2 make_from_tuple part. 219 days ago
Guard with _LIBCPP_STD_VER >= 23 and update test
4e735668
Merge branch 'main' into make_from_tuple_temp
3fa2b503
Remove xfail
3caf1490
Check compiler implemented __reference_constructs_from_temporary
65472f9e
Zingam
commented
on 2025-08-14
Use std::reference_constructs_from_temporary_v
d5802435
Disable static_assert diagnostic message verify if no builtin __refer…
b5424dfe
Format
7c1b301c
Merge branch 'main' into make_from_tuple_temp
90bf9b88
Add more test
ba17d6b4
yronglin
merged
57bf5dd7
into main 212 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub