21 Oct
2010
21 Oct
'10
10:27 a.m.
The fixes to the serialization build have cleared up failures in the serialization tests for several other libs, but there are still errors in the date_time tests (see http://tinyurl.com/28dkxom for the log). The date_time test is complaining about the destructors for text_oarchive_impl and text_iarchive_impl being marked as dllimport. Do the destructors need to be decorated with BOOST_ARCHIVE_DECL when the function bodies are included inline?