Boost¶
Installed versions¶
| Resource | Version |
|---|---|
| Dardel/cpe24.11 | 1.83.0, 1.85.0, 1.87.0 |
General information¶
Boost provides free peer-reviewed portable C++ source libraries. For more information, see: http://www.boost.org
How to use¶
Load the module with
The module prepends$BOOST_HOME/lib to LD_LIBRARY_PATH
and sets BOOST_HOME.
The include directory is then under $BOOST_HOME/include.
As an example, we can compile and link a code (here hello.cpp) like this