Skip to content

Commit 2409015

Browse files
committed
Add Clang 20 partial support for P3372
1 parent 110c72c commit 2409015

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

features_cpp26.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,9 +1156,10 @@ features:
11561156
- name: __cpp_lib_constexpr_unordered_set
11571157
value: 202502L
11581158
desc: "`constexpr` `std::unordered_set`"
1159-
support:
1160-
- Xcode 26.4 (partial)
1159+
support: [Clang 20 (partial), Xcode 26.4 (partial)]
11611160
hints:
1161+
- target: Clang 20
1162+
msg: "`std::forward_list`, `std::list`, `std::priority_queue`, `std::flat_map`, and `std::flat_set` are implemented."
11621163
- target: Xcode 26.4
11631164
msg: "`std::forward_list`, `std::list`, `std::priority_queue`, `std::flat_map`, and `std::flat_set` are implemented."
11641165

0 commit comments

Comments
 (0)