Skip to content

Commit 3c8f5c4

Browse files
committed
CI update mixed-bugfix-for-ufcs-non-local.cpp2 results
1 parent a06f0e7 commit 3c8f5c4

9 files changed

+1
-700
lines changed

regression-tests/test-results/apple-clang-14-c++2b/mixed-bugfix-for-ufcs-non-local.cpp.output

-17
This file was deleted.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bugfix-for-ufcs-non-local.cpp.output

-17
This file was deleted.

regression-tests/test-results/clang-12-c++20/mixed-bugfix-for-ufcs-non-local.cpp.output

+1-26
Original file line numberDiff line numberDiff line change
@@ -106,29 +106,4 @@ mixed-bugfix-for-ufcs-non-local.cpp2:27:29: error: a lambda expression cannot ap
106106
../../../include/cpp2util.h:10058:66: note: expanded from macro 'CPP2_UFCS_'
107107
#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \
108108
^
109-
mixed-bugfix-for-ufcs-non-local.cpp2:42:77: error: no matching function for call to object of type 'ns::u::(lambda at mixed-bugfix-for-ufcs-non-local.cpp2:42:77)'
110-
requires (std::is_convertible_v<CPP2_TYPEOF(x), std::add_const_t<decltype(CPP2_UFCS_NONLOCAL(f)(o))>&>) { return CPP2_FORWARD(x); }(true) };
111-
^~~~~~~~~~~~~~~~~~~~~
112-
../../../include/cpp2util.h:10096:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL'
113-
#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__)
114-
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115-
../../../include/cpp2util.h:10058:66: note: expanded from macro 'CPP2_UFCS_'
116-
#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \
117-
^
118-
mixed-bugfix-for-ufcs-non-local.cpp2:42:77: note: candidate template ignored: couldn't infer template argument 'Obj'
119-
../../../include/cpp2util.h:10096:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL'
120-
#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__)
121-
^
122-
../../../include/cpp2util.h:10058:66: note: expanded from macro 'CPP2_UFCS_'
123-
#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \
124-
^
125-
mixed-bugfix-for-ufcs-non-local.cpp2:42:77: error: lambda expression in an unevaluated operand
126-
requires (std::is_convertible_v<CPP2_TYPEOF(x), std::add_const_t<decltype(CPP2_UFCS_NONLOCAL(f)(o))>&>) { return CPP2_FORWARD(x); }(true) };
127-
^
128-
../../../include/cpp2util.h:10096:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL'
129-
#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__)
130-
^
131-
../../../include/cpp2util.h:10058:66: note: expanded from macro 'CPP2_UFCS_'
132-
#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \
133-
^
134-
14 errors generated.
109+
12 errors generated.

regression-tests/test-results/clang-15-c++20-libcpp/mixed-bugfix-for-ufcs-non-local.cpp.output

-17
This file was deleted.

regression-tests/test-results/clang-15-c++20/mixed-bugfix-for-ufcs-non-local.cpp.output

-17
This file was deleted.

0 commit comments

Comments
 (0)