$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2003-09-15 18:52:03
On Sep 15, 2003, at 6:50 PM, Daniel Wallin wrote:
>> <nod> Right. Your solution is problematic with CodeWarrior Pro 9 /
>> Mac. It compiles, but both the reference and const reference tests
>> bind to test_t(const T&).
>
> Oh, ok. What specifically is causing this? Broken partial ordering or
> broken SFINAE? If it's the
> partial ordering, does it help to add a parameter with a default value
> to the const T& overload as well?
I'm not positive. I've sent it to our lead compiler engineer, and he's
having a look at it. I tried adding the default parameter but no joy.
-Howard