
28 Nov
2005
28 Nov
'05
12:45 p.m.
On Mon, 28 Nov 2005 09:12:57 +0200, Roman Yakovenko wrote
Hi. Free function special_value_from_string is missing BOOST_DATE_TIME_DECL. This cause link error on windows, vc 7.1, while working with date time library as dll.
( boost version is 1.33.1 beta )
This one is a bug. It's only impact is on serialization, as this is the only place the function is used. Looks like we forgot to add dll variant tests for serialization :-( I'll fix it on the branch...Doug I assume this is ok? Jeff