$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-06-15 14:16:59
Markus Schöpflin wrote:
> David Abrahams wrote:
>
>> The non-template function should be preferred. The function template
>> should never even get instantiated.
>
> Could you perhaps point me to the section in the standard where this
> is specified? [temp.over] doesn't require this, I think.
[over.match.best] is what you need.