Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-01-22 07:50:45


While we're at it, the following for C++ Builder would be useful:

#ifdef __BORLANDC__
// C++ builder 4:
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# if defined BOOST_DECL_EXPORTS
# define BOOST_DECL __declspec(dllexport)
# else
# define BOOST_DECL __declspec(dllimport)
# endif
#endif

Thanks,

- John.


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