Skip to content

Commit

Permalink
Merge pull request #110 from AndrejMitrovic/glossary
Browse files Browse the repository at this point in the history
Fix Issue 6542 Add IFTI to glossary.
  • Loading branch information
andralex committed Apr 15, 2012
2 parents ec8705e + e46f948 commit 915a431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions glossary.dd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ $(DL
function as a parameter, returns a function, or both.
)

$(DT $(LNAME2 ifti, $(ACRONYM IFTI, Implicit Function Template Instantiation)))
$(DD Refers to the ability to instantiate a template function
without having to explicitly pass in the types to the template.
Instead, the types are infered automatically from the types of the
runtime arguments.)

$(DT Illegal)
$(DD A code construct is illegal if it does not conform to the
D language specification.
Expand Down

0 comments on commit 915a431

Please sign in to comment.