2014-09-13 10:36:10 +02:00
..
2014-04-01 13:24:33 +02:00
2014-04-03 13:59:07 +02:00
2014-03-27 23:53:35 +01:00
2014-09-13 10:36:10 +02:00
2014-03-31 01:39:42 +02:00

Boost

Boost is the most important C++ utilities library.

It has very widespread use, and some of its features have been included or are candidates for inclusion on newer versions of the stdlib.

Full list of libs: http://www.boost.org/doc/libs/

Some of Boost libraries may be in separate packages / shared objects than others.

The library naming convention is: -lboost_XXX, e.g. -lboost_graph. Whenever you add a new Boost header don't forget to check if you linked to the required dependencies.