Boost logo

Boost Users :

From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2003-11-06 12:26:49


Istvan Buki <istvan.buki_at_[hidden]> wrote:
> here is a small piece of code that use the posix_time system that
> fails to compile.
> I'm wondering whether it is a bug in the library or my usage of the
> library that is wrong.
<snip>

Library code normally needs to be compiled separately into a library
file that is then statically or dynamically linked with the client
code.

Boost is unusual in that many of its libraries contain only inline
and template functions that are compiled along with the client code.
However, the date_time, filesystem, graph, python, regex, signals,
test, and thread libraries have some code that must be separately
compiled. See the file tools/build/index.html in the Boost
distribution or on www.boost.org.


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