
5 Mar
2005
5 Mar
'05
3:19 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:uacpigs4u.fsf@boost-consulting.com... | "Thorsten Ottosen" <nesotto@cs.auc.dk> writes: | | > // | > // This statement will alter the behavior! | > // Therefore, all classes that overload | > // foo, must specialize foo if they are templates | > // | | Wouldn't you need non-existent function template partial | specialization to do that? yeah, the comment is wrong. One must overload foo() for all supported class templates. -Thorsten