Boost logo

Boost :

From: Daniel Frey (daniel.frey_at_[hidden])
Date: 2003-04-17 10:36:57


John Maddock wrote:
> Yes, I made it gcc specific, also added a similar fix for is_union, but not

Just looked at is_union. That won't work, I guess. You need to add a

typedef T cvt;

or change it to

BOOST_STATIC_CONSTANT(bool, value = BOOST_IS_UNION(T));

Regards, Daniel

-- 
Daniel Frey
aixigo AG - financial training, research and technology
Schloß-Rahe-Straße 15, 52072 Aachen, Germany
fon: +49 (0)241 936737-42, fax: +49 (0)241 936737-99
eMail: daniel.frey_at_[hidden], web: http://www.aixigo.de

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk