7 Jul
2014
7 Jul
'14
5:27 p.m.
Hello, I am using the DateTime library's to/from string functionality but not the DateTime serialization functionality. However, when I build my program boost auto linking keeps trying to link against the serialization library. Is there a way I can build and link against DateTime without auto linking against serialization? I am using visual studio 2013 and boost 1.55.
Define BOOST_SERIALIZATION_NO_LIB to disable auto-linking of serialization. However... you should need to #include the date_time serialization code in order to use iostream output? John.