File tree 1 file changed +2
-2
lines changed
regression-tests/test-results/msvc-2022-c++20
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pure2-assert-expected-not-null.cpp2(7): error C2143: syntax error: missing ';' b
6
6
pure2-assert-expected-not-null.cpp2(7): error C2143: syntax error: missing ';' before '}'
7
7
pure2-assert-expected-not-null.cpp2(9): error C2065: 'ex': undeclared identifier
8
8
pure2-assert-expected-not-null.cpp2(9): error C2672: 'cpp2::impl::assert_not_null': no matching overloaded function found
9
- D:\cppfront\cppfront \include\cpp2util.h(643): note: could be 'decltype(auto) cpp2::impl::assert_not_null(_T0 &&)'
9
+ ..\..\.. \include\cpp2util.h(643): note: could be 'decltype(auto) cpp2::impl::assert_not_null(_T0 &&)'
10
10
pure2-assert-expected-not-null.cpp2(14): error C2039: 'expected': is not a member of 'std'
11
11
predefined C++ types (compiler internal)(347): note: see declaration of 'std'
12
12
pure2-assert-expected-not-null.cpp2(14): error C2062: type 'int' unexpected
@@ -19,4 +19,4 @@ pure2-assert-expected-not-null.cpp2(14): note: while trying to match the argumen
19
19
pure2-assert-expected-not-null.cpp2(14): error C2143: syntax error: missing ';' before '}'
20
20
pure2-assert-expected-not-null.cpp2(15): error C2065: 'ex': undeclared identifier
21
21
pure2-assert-expected-not-null.cpp2(15): error C2672: 'cpp2::impl::assert_not_null': no matching overloaded function found
22
- D:\cppfront\cppfront \include\cpp2util.h(643): note: could be 'decltype(auto) cpp2::impl::assert_not_null(_T0 &&)'
22
+ ..\..\.. \include\cpp2util.h(643): note: could be 'decltype(auto) cpp2::impl::assert_not_null(_T0 &&)'
You can’t perform that action at this time.
0 commit comments