Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-04-10 05:52:30


> Does anyone care if I add the extra underscore?

Not at all, I thought it was a non-standard extension either which way
though:

//
// whenever we have a conversion function with elipses
// it needs to be declared _cdecl to suppress compiler
// warnings from MS and Borland compilers:
#if defined(BOOST_MSVC) || defined(__BORLANDC__)
#define BOOST_TT_DECL _cdecl
#else
#define BOOST_TT_DECL
#endif

John.


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