Boost logo

Boost :

From: Lijun Qin (qinlj_at_[hidden])
Date: 2003-11-14 21:06:07


Hi,

I have found that boost::type_traits can't handle __stdcall member functions
and functions with throw() decoration.
Such as
class C
{
public:
    void __stdcall method() throw();
};

Maybe this should be fixed in the next release.

Lijun Qin
http://www.solidshare.com


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