2017-08-25 09:17:26 +01:00
..
2017-01-13 23:44:52 +00:00
2017-01-13 23:44:52 +00:00
2015-06-12 14:22:06 +02:00
2017-01-13 23:44:52 +00:00
2017-01-13 23:44:52 +00:00
2014-03-27 23:53:35 +01:00
2017-01-13 23:44:52 +00:00
2017-01-13 23:44:52 +00:00
2017-01-16 23:15:26 +00:00

Boost

  1. main
  2. graph
  3. Geometry
    1. point
    2. box
    3. rtree

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.