8장, Part 1-2, 템플릿의 기초 원리의 깊은 이해 : 재미없는 템플릿의 링크
일단 아래 코드를 컴파일 해보자. 100% 안될 것이라고? 어디에서..? int C; class C; int X; template class X; struct S; template class S; int main( void ) { return 0; } g++43 [ikpil@localhost work]$ g++ -o template_linktest template_linktest.cpp template_linktest.cpp:8: error: ‘template struct X’ redeclared as different kind of symbol template_linktest.cpp:5: error: previous declaration of ‘int X’ template_linktest.cpp:13:..
책 정리/C++ Template
2009. 7. 12. 14:49
최근댓글