$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-03-05 10:19:36
"David Abrahams" <dave_at_[hidden]> wrote in message 
news:uacpigs4u.fsf_at_boost-consulting.com...
| "Thorsten Ottosen" <nesotto_at_[hidden]> 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