
19 Apr
2010
19 Apr
'10
3:23 p.m.
AMDG Beman Dawes wrote:
On Sat, Apr 17, 2010 at 3:42 PM, Peter Dimov <pdimov@pdimov.com> 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