Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2003-12-21 11:34:03


> Yes, we have tested it -- although I suppose it is possible we missed
> something. But, I believe you are missing that the greg_month and
> greg_weekday get their exports automatically by being class members.

Yep, sorry - see my other message.

> >Other windows compilers aren't supported at all (see
> > more/separate_compilation.html for examples).
>
> Just to clarify this is b/c instead of
>
> #ifdef BOOST_HAS_DECLSPEC // defined in config system
> #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_WHATEVER_DYN_LINK)
>
> we are using
>
> #if defined(_MSC_VER) && defined(_DLL)
> # define BOOST_DATE_TIME_HAS_DLL_RUNTIME
> #endif
>
> Right?

Yep, BOOST_HAS_DECLSPEC gets defined when __declspec(dllimport) etc is
supported, and while most windows compilers use _DLL to signify a dynamic
runtime, Borland uses _RTLDLL.

John.


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