GNU C++ Renovation Project - Function templates

Node: Function templates Next: Class templates Prev: Template limitations Up: Templates

Limitations for function templates

Function templates are implemented for the most part. The compiler can correctly determine template parameter values, and will delay instantiation of a function that uses templates until the requisite type information is available.

The following limitations remain:


Next: Class templates Up: Templates