template<class _>struct A{A<_*>operator->();};int main(){A<int>a;a->_;}
-
Was macht folgender Code?
template<class _>struct A{A<_*>operator->();};int main(){A<int>a;a->_;}
-
Nichts sinnvolles!
-
Einen Linker-Error.
-
Entnommen hieraus: http://www.heise.de/foren/S-Aber-natuerlich-ist-C-eine-schoene-Sprache/forum-72015/msg-17569212/read/ Discuss.