template 키워드의 다른 또 다른 목적.. 14.2.4 When the name of a member template specialization appears after . or -> in a postfix-expression, or after :: in a qualified-id that explic- itly depends on a template-argument (_temp.dep_), the member template name must be prefixed by the keyword template. Otherwise the name is assumed to name a non-template. [Example: class X { public: template X* alloc(); temp..