
22 Jul
2009
22 Jul
'09
3:15 p.m.
On Wed, Jul 22, 2009 at 6:21 AM, joel<joel.falcou@lri.fr> wrote:
Thansk for the head up. I had report of MSVC8 failing to make sense out of them. Well, I'll have a short time span next month and i'll try to get a VM running with MSVC and hammer this out. Thanks for your interest :)
For MS, you probably need to use the compiler specific extensions '__if_exists' etc __if_exists(Class::Mem) { static const bool value = true; } __if_not_exists(Class::Mem) { static const bool value = false; } Tony