@@ -490,6 +490,7 @@ features:
490490 - GCC 10
491491 - Clang
492492 - Xcode
493+ - MSVC 14.51
493494
494495 - desc : " Fixing locale handling in chrono formatters"
495496 paper : P2372
@@ -683,6 +684,7 @@ features:
683684 - desc : " `constexpr` for `<cmath>` and `<cstdlib>`"
684685 paper : P0533
685686 lib : true
687+ support : [MSVC 14.52]
686688 ftm :
687689 - name : __cpp_lib_constexpr_cmath
688690 value : 202202L
@@ -855,6 +857,7 @@ features:
855857 - GCC 13
856858 - Clang 14
857859 - Xcode 15
860+ - MSVC 14.51
858861
859862 - desc : " Labels at the end of compound statements"
860863 paper : P2324
@@ -863,6 +866,7 @@ features:
863866 - GCC 13
864867 - Clang 16
865868 - Xcode 16
869+ - MSVC 14.51
866870
867871 - desc : " Delimited escape sequences"
868872 paper : P2290
@@ -881,6 +885,7 @@ features:
881885 - Clang 19
882886 - MSVC 14.51
883887 - Xcode 16.3
888+ - MSVC 14.51
884889 ftm :
885890 - name : __cpp_constexpr
886891 value : 202207L
@@ -904,6 +909,7 @@ features:
904909 - GCC 13
905910 - Clang 15
906911 - Xcode 15
912+ - MSVC 14.51
907913 ftm :
908914 - name : __cpp_named_character_escapes
909915 value : 202207L
@@ -961,7 +967,7 @@ features:
961967 - desc : " Class template argument deduction from inherited constructors"
962968 paper : P2582
963969 summary : " Class template argument deduction works with inherited constructors."
964- support : [GCC 14]
970+ support : [GCC 14, MSVC 14.51 ]
965971
966972 - desc : " Attribute `[[assume]]`"
967973 paper : P1774
@@ -970,6 +976,7 @@ features:
970976 - GCC 13
971977 - Clang 19
972978 - Xcode 16.3
979+ - MSVC 14.51
973980
974981 - desc : " Support for UTF-8 as a portable source file encoding"
975982 paper : P2295
@@ -1422,6 +1429,7 @@ features:
14221429 - Clang 16
14231430 - MSVC 14.51
14241431 - Xcode 16
1432+ - MSVC 14.51
14251433 ftm :
14261434 - name : __cpp_constexpr
14271435 value : 202211L
@@ -1433,6 +1441,7 @@ features:
14331441 - GCC 14
14341442 - Clang 17
14351443 - Xcode 16
1444+ - MSVC 14.52
14361445 ftm :
14371446 - name : __cpp_consteval
14381447 value : 202211L
@@ -1451,6 +1460,7 @@ features:
14511460 - Clang 19 (partial)
14521461 - Clang 20
14531462 - Xcode 16.3
1463+ - MSVC 14.51
14541464 hints :
14551465 - target : Clang 19
14561466 msg : " Misses lifetime extension of temporaries in `mem-default-init` cases."
0 commit comments