Boost » History » Version 1
Junxiao Shi, 01/18/2014 10:05 PM
1 | 1 | Junxiao Shi | # Boost libraries |
---|---|---|---|
2 | |||
3 | NFD requires [Boost libraries](http://www.boost.org/), a collection of free peer-reviewed C++ libraries. |
||
4 | NFD should compile and work with [Boost 1.42.0](http://www.boost.org/doc/libs/1_42_0/) and above. |
||
5 | |||
6 | The following Boost libraries are approved to use in NFD: |
||
7 | |||
8 | * [Asio](http://www.boost.org/doc/libs/1_42_0/doc/html/boost_asio.html): portable networking |
||
9 | * [Smart Ptr](http://www.boost.org/doc/libs/1_42_0/libs/smart_ptr/smart_ptr.htm): smart pointer |
||
10 | * [Function](http://www.boost.org/doc/libs/1_42_0/doc/html/function.html): function object wrapper |
||
11 | * [Bind](http://www.boost.org/doc/libs/1_42_0/libs/bind/bind.html): bind function arguments |
||
12 | * [Test](http://www.boost.org/doc/libs/1_42_0/libs/test/doc/html/index.html): unit test framework, see also [[UnitTesting]] |
||
13 | |||
14 | Other Boost libraries included in [Boost 1.42.0](http://www.boost.org/doc/libs/1_42_0/) can be approved as necessary. |