Boost logo

Boost :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2003-12-24 09:53:21


John Maddock wrote:
>>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.

Is anything going to get done about this?

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera_at_[hidden] - grafik_at_[hidden] - 102708583_at_icq

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