Boost logo

Boost :

From: Gavin Lambert (boost_at_[hidden])
Date: 2022-12-06 23:44:03


On 7/12/2022 10:42, Robert Ramey wrote:
> c) use the boost tool (I forget the name) to scan my code and list the
> required source modules
> d) include those source files in my b2 or CMake file.

These steps are atypical. Most users will run b2 to build binaries
(static or dynamic) and then link with these, or will use the prebuilt
bintray or whatever binaries, or the prebuilt Linux distro binaries.

While it's possible to import individual .cpp files, that's never the
encouraged method to depend on any C++ libraries, Boost or otherwise.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk