Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions features_cpp14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,12 @@ features:
value: 201402L

- desc: "`std::shared_timed_mutex`"
paper: N3659
paper:
- N3659
- N3891
lib: true
support:
- GCC 4.9
- GCC 5
- Clang 3.5
- MSVC 19.0
- Xcode
Expand Down
6 changes: 3 additions & 3 deletions features_cpp17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ features:
support:
- GCC 7
- Clang 4
- MSVC 19.10
- MSVC 19.11
- Xcode 10
ftm:
- name: __cpp_lib_string_view
Expand All @@ -751,7 +751,7 @@ features:
support:
- GCC 7
- Clang 4
- MSVC 19.11
- MSVC 19.10
- Xcode 10
ftm:
- name: __cpp_lib_any
Expand Down Expand Up @@ -901,7 +901,7 @@ features:
- MSVC 19.14 (partial)
- MSVC 19.15 (partial)
- MSVC 19.16 (partial)
- MSVC 19.23
- MSVC 19.24
- Xcode 10 (partial)
hints:
- target: GCC 8
Expand Down
10 changes: 6 additions & 4 deletions features_cpp20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features:
- GCC 10 (partial)
- GCC 12
- Clang 9
- MSVC 19.21
- MSVC 19.25
- Xcode 12
hints:
- target: GCC 8
Expand Down Expand Up @@ -429,7 +429,9 @@ features:
value: 202002L

- desc: "Coroutines"
paper: P0912
paper:
- P0912
- LWG3393
support:
- GCC 10 (hint)
- Clang 8 (partial)
Expand Down Expand Up @@ -522,7 +524,7 @@ features:
support:
- GCC 10
- Clang
- MSVC 19.0
- MSVC 19.26
- Xcode

- desc: "`<=>` `!=` `==`"
Expand Down Expand Up @@ -1614,7 +1616,7 @@ features:
support:
- GCC 11
- Clang 11
- MSVC 19.29
- MSVC 19.28
- Xcode (hint)
hints:
- target: Xcode
Expand Down