$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2008-05-13 12:43:19
Steven Watanabe wrote:
>
> For everything but constructors, you can use SFINAE on the return type.
... and implicit conversion operators. With constructors you have a
work-around (SFINAE on an extra defaulted argument), but with implicit
conversion operators, you're out of luck.
Can't wait for concepts. Hurry up, Doug. ;-)
-- Eric Niebler Boost Consulting www.boost-consulting.com