Skip to content

Commit 9470d38

Browse files
committed
Only GCC 16 fully implements P2165
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121956
1 parent d8a475f commit 9470d38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features_cpp23.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,12 +952,15 @@ features:
952952
paper: P2165
953953
lib: true
954954
support:
955-
- GCC 14
955+
- GCC 14 (partial)
956+
- GCC 16
956957
- Clang 2.9 (partial)
957958
- MSVC 19.36 (partial)
958959
- MSVC 19.37
959960
- Xcode (partial)
960961
hints:
962+
- target: GCC 14
963+
msg: "Some views incorrectly still return `std::pair` instead of `std::tuple`"
961964
- target: Clang 2.9
962965
msg: "Changes of `tuple`, `adjacent_view`, and `cartesian_product_view` are not yet implemented."
963966
- target: MSVC 19.36

0 commit comments

Comments
 (0)