Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/expression.dd
Original file line number Diff line number Diff line change
Expand Up @@ -2628,10 +2628,10 @@ $(H4 $(LNAME2 lambda-parameter-inference, Parameter Type Inference))
$(H4 $(LNAME2 function-literal-alias, Function Literal Aliasing))

$(P Function literals can be $(DDSUBLINK spec/declaration, alias, aliased).
Aliasing a function literal with unspecified parameter types produces a
Aliasing a function literal with unspecified parameter types or `auto ref` parameters produces a
$(DDSUBLINK spec/template, function-template, function template)
with type parameters for each unspecified parameter type of the literal.
Type inference for the literal is then done when the template is instantiated.)
Type and `auto ref` inference for the literal is then done when the template is instantiated.)

$(SPEC_RUNNABLE_EXAMPLE_COMPILE
---
Expand Down