Subject: Re: [boost] [exception] [shared_ptr] ADL problem with msvc 10
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-04-19 11:23:21


AMDG

Beman Dawes wrote:
> On Sat, Apr 17, 2010 at 3:42 PM, Peter Dimov <pdimov_at_[hidden]> wrote:
>
>> Steven Watanabe:
>>> - enum _vt { value = sizeof( f( static_cast<Y*>(0) ) ) == sizeof(yes)
>>> };
>>> + enum _vt { value = sizeof( (f)( static_cast<Y*>(0) ) ) == sizeof(yes)
>>> };
>>>
>> Yes, this works. No objections.
>>
>
> Is this a request for Steven to apply the patch:-?
>

I already applied it to the trunk. It clears a couple of failures for
msvc 10,
and it looks like it didn't break anything else.

In Christ,
Steven Watanabe