We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a475f commit 9470d38Copy full SHA for 9470d38
features_cpp23.yaml
@@ -952,12 +952,15 @@ features:
952
paper: P2165
953
lib: true
954
support:
955
- - GCC 14
+ - GCC 14 (partial)
956
+ - GCC 16
957
- Clang 2.9 (partial)
958
- MSVC 19.36 (partial)
959
- MSVC 19.37
960
- Xcode (partial)
961
hints:
962
+ - target: GCC 14
963
+ msg: "Some views incorrectly still return `std::pair` instead of `std::tuple`"
964
- target: Clang 2.9
965
msg: "Changes of `tuple`, `adjacent_view`, and `cartesian_product_view` are not yet implemented."
966
- target: MSVC 19.36
0 commit comments