Skip to content

Commit 93d8f00

Browse files
authored
[expr.prim.lambda.closure] Fix indentation (#7902)
1 parent a3b9cb5 commit 93d8f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@
24382438
@\commentellip@
24392439
}
24402440
template<class T> using fptr_t =
2441-
decltype(lambda_call_operator_invoker(declval<T>())) (*)(T);
2441+
decltype(lambda_call_operator_invoker(declval<T>())) (*)(T);
24422442

24432443
template<class T> operator fptr_t<T>() const
24442444
{ return &lambda_call_operator_invoker; }

0 commit comments

Comments
 (0)