date_time: special_value_from_string link error

28 Nov
2005
28 Nov
'05
7:12 a.m.
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 ) Thanks Roman Yakovenko

28 Nov
28 Nov
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
7134
Age (days ago)
7134
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeff Garland
-
Roman Yakovenko