E2505 Explizite Instanziierung benötigt ausgearbeitete Typspezifikation (z.B: "class foo<int") (C++)

Aus RAD Studio
Wechseln zu: Navigation, Suche

Nach oben zu Compiler-Fehler und -Warnungen (C++) - Index

Der folgende Programmcode ist ungültig:



 template<class T> class foo;



 template foo<int>;            // das Schlüsselwort `class' fehlt



Siehe auch