|
1 |
| -In file included from mixed-bugfix-for-ufcs-non-local.cpp:6: |
2 |
| -../../../include/cpp2util.h:2100:1: error: lambda-expression in template parameter type |
3 |
| - 2100 | // compiler may not assume it knows anything at all about |
4 |
| - | ^ |
5 |
| -../../../include/cpp2util.h:2137:59: note: in expansion of macro ‘CPP2_UFCS_’ |
6 |
| - 2137 | // |
7 |
| - | ^ |
8 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:13:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ |
9 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:13:36: error: template argument 1 is invalid |
10 |
| -../../../include/cpp2util.h:2100:1: error: lambda-expression in template parameter type |
11 |
| - 2100 | // compiler may not assume it knows anything at all about |
12 |
| - | ^ |
13 |
| -../../../include/cpp2util.h:2137:59: note: in expansion of macro ‘CPP2_UFCS_’ |
14 |
| - 2137 | // |
15 |
| - | ^ |
16 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:21:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ |
17 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:21:36: error: template argument 1 is invalid |
18 |
| -../../../include/cpp2util.h:2100:1: error: lambda-expression in template parameter type |
19 |
| - 2100 | // compiler may not assume it knows anything at all about |
20 |
| - | ^ |
21 |
| -../../../include/cpp2util.h:2137:59: note: in expansion of macro ‘CPP2_UFCS_’ |
22 |
| - 2137 | // |
23 |
| - | ^ |
24 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:31:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ |
25 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:31:36: error: template argument 1 is invalid |
26 |
| -../../../include/cpp2util.h:2100:1: error: lambda-expression in template parameter type |
27 |
| - 2100 | // compiler may not assume it knows anything at all about |
28 |
| - | ^ |
29 |
| -../../../include/cpp2util.h:2137:59: note: in expansion of macro ‘CPP2_UFCS_’ |
30 |
| - 2137 | // |
31 |
| - | ^ |
32 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:33:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ |
33 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:33:36: error: template argument 1 is invalid |
34 |
| -../../../include/cpp2util.h:2100:1: error: lambda-expression in template parameter type |
35 |
| - 2100 | // compiler may not assume it knows anything at all about |
36 |
| - | ^ |
37 |
| -../../../include/cpp2util.h:2137:59: note: in expansion of macro ‘CPP2_UFCS_’ |
38 |
| - 2137 | // |
39 |
| - | ^ |
40 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:21:12: note: in expansion of macro ‘CPP2_UFCS_NONLOCAL’ |
41 |
| -mixed-bugfix-for-ufcs-non-local.cpp2:21:36: error: template argument 1 is invalid |
| 1 | +mixed-bugfix-for-ufcs-non-local.cpp2:13:12: error: a lambda expression cannot appear in this context |
| 2 | +template<t<CPP2_UFCS_NONLOCAL(f)(o)> UnnamedTypeParam1_1> bool inline constexpr v0{ false };// Fails on GCC ([GCC109781][]) and Clang 12 (a lambda expression cannot appear in this context) |
| 3 | + ^ |
| 4 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 5 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 6 | + ^ |
| 7 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 8 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 9 | + ^ |
| 10 | +mixed-bugfix-for-ufcs-non-local.cpp2:15:3: error: a lambda expression cannot appear in this context |
| 11 | +t<CPP2_UFCS_NONLOCAL(f)(o)> inline constexpr v1{ t<true>() };// Fails on Clang 12 (lambda in unevaluated context). |
| 12 | + ^ |
| 13 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 14 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 15 | + ^ |
| 16 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 17 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 18 | + ^ |
| 19 | +mixed-bugfix-for-ufcs-non-local.cpp2:21:12: error: a lambda expression cannot appear in this context |
| 20 | +template<t<CPP2_UFCS_NONLOCAL(f)(o)> UnnamedTypeParam1_2> auto g() -> void; |
| 21 | + ^ |
| 22 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 23 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 24 | + ^ |
| 25 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 26 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 27 | + ^ |
| 28 | +mixed-bugfix-for-ufcs-non-local.cpp2:23:42: error: a lambda expression cannot appear in this context |
| 29 | +auto g([[maybe_unused]] cpp2::impl::in<t<CPP2_UFCS_NONLOCAL(f)(o)>> unnamed_param_1) -> void; |
| 30 | + ^ |
| 31 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 32 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 33 | + ^ |
| 34 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 35 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 36 | + ^ |
| 37 | +mixed-bugfix-for-ufcs-non-local.cpp2:27:29: error: a lambda expression cannot appear in this context |
| 38 | +[[nodiscard]] auto h() -> t<CPP2_UFCS_NONLOCAL(f)(o)>; |
| 39 | + ^ |
| 40 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 41 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 42 | + ^ |
| 43 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 44 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 45 | + ^ |
| 46 | +mixed-bugfix-for-ufcs-non-local.cpp2:31:12: error: a lambda expression cannot appear in this context |
| 47 | +template<t<CPP2_UFCS_NONLOCAL(f)(o)> UnnamedTypeParam1_3> using a = bool;// Fails on GCC ([GCC109781][]) and Clang 12 (a lambda expression cannot appear in this context) |
| 48 | + ^ |
| 49 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 50 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 51 | + ^ |
| 52 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 53 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 54 | + ^ |
| 55 | +mixed-bugfix-for-ufcs-non-local.cpp2:33:12: error: a lambda expression cannot appear in this context |
| 56 | +template<t<CPP2_UFCS_NONLOCAL(f)(o)> UnnamedTypeParam1_4> auto inline constexpr b{ false };// Fails on GCC ([GCC109781][]). |
| 57 | + ^ |
| 58 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 59 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 60 | + ^ |
| 61 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 62 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 63 | + ^ |
| 64 | +mixed-bugfix-for-ufcs-non-local.cpp2:35:13: error: a lambda expression cannot appear in this context |
| 65 | +using c = t<CPP2_UFCS_NONLOCAL(f)(o)>;// Fails on Clang 12 (lambda in unevaluated context) and Clang 12 (a lambda expression cannot appear in this context) |
| 66 | + ^ |
| 67 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 68 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 69 | + ^ |
| 70 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 71 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 72 | + ^ |
| 73 | +mixed-bugfix-for-ufcs-non-local.cpp2:37:28: error: a lambda expression cannot appear in this context |
| 74 | +auto inline constexpr d{ t<CPP2_UFCS_NONLOCAL(f)(o)>() };// Fails on Clang 12 (lambda in unevaluated context). |
| 75 | + ^ |
| 76 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 77 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 78 | + ^ |
| 79 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 80 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 81 | + ^ |
| 82 | +mixed-bugfix-for-ufcs-non-local.cpp2:21:12: error: a lambda expression cannot appear in this context |
| 83 | +template<t<CPP2_UFCS_NONLOCAL(f)(o)> UnnamedTypeParam1_2> auto g() -> void{}// Fails on GCC ([GCC109781][]) and Clang 12 (a lambda expression cannot appear in this context) |
| 84 | + ^ |
| 85 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 86 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 87 | + ^ |
| 88 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 89 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 90 | + ^ |
| 91 | +mixed-bugfix-for-ufcs-non-local.cpp2:23:42: error: a lambda expression cannot appear in this context |
| 92 | +auto g([[maybe_unused]] cpp2::impl::in<t<CPP2_UFCS_NONLOCAL(f)(o)>> unnamed_param_1) -> void{}// Fails on Clang 12 (lambda in unevaluated context). |
| 93 | + ^ |
| 94 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 95 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 96 | + ^ |
| 97 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 98 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 99 | + ^ |
| 100 | +mixed-bugfix-for-ufcs-non-local.cpp2:27:29: error: a lambda expression cannot appear in this context |
| 101 | +[[nodiscard]] auto h() -> t<CPP2_UFCS_NONLOCAL(f)(o)> { return o; }// Fails on Clang 12 (lambda in unevaluated context). |
| 102 | + ^ |
| 103 | +../../../include/cpp2util.h:2137:59: note: expanded from macro 'CPP2_UFCS_NONLOCAL' |
| 104 | +#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,CPP2_UFCS_IDENTITY,CPP2_UFCS_IDENTITY,(),,__VA_ARGS__) |
| 105 | + ^ |
| 106 | +../../../include/cpp2util.h:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 107 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 108 | + ^ |
| 109 | +mixed-bugfix-for-ufcs-non-local.cpp2:41:84: error: lambda expression in an unevaluated operand |
| 110 | + inline CPP2_CONSTEXPR bool u::c{ [](cpp2::impl::in<std::type_identity_t<decltype(CPP2_UFCS_NONLOCAL(f)(o))>> x) mutable -> auto { return x; }(true) };// Fails on Clang 12 (lambda in unevaluated context). |
| 111 | + ^ |
| 112 | +../../../include/cpp2util.h:2137: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:2099:66: note: expanded from macro 'CPP2_UFCS_' |
| 116 | +#define CPP2_UFCS_(LAMBDADEFCAPT,SFINAE,MVFWD,QUALID,TEMPKW,...) \ |
| 117 | + ^ |
| 118 | +13 errors generated. |
0 commit comments