|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-10-24 08:42:10
Vladimir Prus wrote:
> Do you regularly debug C++ Boost?
It doesn't matter. One typical use case is include a Boost header, wait for
the linker error calling for a missing libboost_foo-vc80-mt-whatever.lib,
then somehow figure out a way to build it. If the autolink code selects a
debug library, this is what the user needs, regardless of whether he intends
to debug into Boost.
On a related note, the obvious way to build
libboost_foo-vc80-mt-whatever.lib:
bjam libboost_foo-vc80-mt-whatever.lib
didn't work last I tried it.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk