Skip to content

Commit 41b11a6

Browse files
committed
test: apply CI patch
1 parent 55d58b1 commit 41b11a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pure2-last-use.cpp2:938:44: error: a lambda expression cannot appear in this context
1+
pure2-last-use.cpp2:943:44: error: a lambda expression cannot appear in this context
22
static_cast<void>([_0 = std::array<int,[](auto const& x) mutable -> auto { return identity(x); }(0)>()]() mutable -> auto { return _0; });// Fails on Clang 12 (lambda in unevaluated context).
33
^
44
1 error generated.

0 commit comments

Comments
 (0)