diff --git a/features_cpp14.yaml b/features_cpp14.yaml index a36155f..0c969e9 100644 --- a/features_cpp14.yaml +++ b/features_cpp14.yaml @@ -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 diff --git a/features_cpp17.yaml b/features_cpp17.yaml index d9f22ac..fe5ff94 100644 --- a/features_cpp17.yaml +++ b/features_cpp17.yaml @@ -737,7 +737,7 @@ features: support: - GCC 7 - Clang 4 - - MSVC 19.10 + - MSVC 19.11 - Xcode 10 ftm: - name: __cpp_lib_string_view @@ -751,7 +751,7 @@ features: support: - GCC 7 - Clang 4 - - MSVC 19.11 + - MSVC 19.10 - Xcode 10 ftm: - name: __cpp_lib_any @@ -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 diff --git a/features_cpp20.yaml b/features_cpp20.yaml index f43a85f..490826f 100644 --- a/features_cpp20.yaml +++ b/features_cpp20.yaml @@ -17,7 +17,7 @@ features: - GCC 10 (partial) - GCC 12 - Clang 9 - - MSVC 19.21 + - MSVC 19.25 - Xcode 12 hints: - target: GCC 8 @@ -429,7 +429,9 @@ features: value: 202002L - desc: "Coroutines" - paper: P0912 + paper: + - P0912 + - LWG3393 support: - GCC 10 (hint) - Clang 8 (partial) @@ -522,7 +524,7 @@ features: support: - GCC 10 - Clang - - MSVC 19.0 + - MSVC 19.26 - Xcode - desc: "`<=>` `!=` `==`" @@ -1614,7 +1616,7 @@ features: support: - GCC 11 - Clang 11 - - MSVC 19.29 + - MSVC 19.28 - Xcode (hint) hints: - target: Xcode