|
Boost : |
From: John Maddock (john_at_[hidden])
Date: 2003-12-21 06:23:41
There are a few configuration/setup problems with the date_time lib at
present:
In boost/date_time/compiler_config.hpp:
MSVC builds are set up to link to a dll by default, however, not all of the
symbols in the lib are actually exported (greg_weekday exports nothing,
neither does grep_month), so I presume this won't actually work?.
Other windows compilers aren't supported at all (see
more/separate_compilation.html for examples).
These issues don't show up in the tests as these all set a macro to force
static linking.
Thanks,
John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk