Boost logo

Boost Users :

Subject: Re: [Boost-users] DateTime without serialization
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-07-07 13:27:00


> 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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net