
24 Jul
2005
24 Jul
'05
9:41 a.m.
I could be wrong but this seems to me that the compiler is objecting to BOOST_DATE_TIME_DECL, which becomes __declspec(dllexport) because BOOST_HAS_DECLSPEC is defined for the Comeau compiler.
Needless to say many other errors along thr same lines occur in the build for other libraries which use __declspec(dllexport).
Technically correct, however since you can't build dll's anyway with commeau, the change is pointless. I believe that commeau computing hope to support dll's in a future release, and will very likely support __declspec(dllexport) when they do so. John.