]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/dll/doc/dependencies.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / dll / doc / dependencies.qbk
1 [/
2 Copyright 2014 Renato Tegon Forti, Antony Polukhin
3 Copyright 2015 Antony Polukhin
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 /]
7
8 [section Dependencies]
9
10 The Boost.DLL is a header only library, but it depends on the following libraries
11 and they must be available in order to compile programs that use Boost.DLL:
12
13 * Boost.System for the boost::system::error_code and boost::system::system_error classes.
14 * Boost.Filesystem for directory manipulation.
15
16 Refcountable part of Boost.DLL also depends on:
17
18 * Boost.Function for creation of a callback system.
19 * Boost.SharedPtr for reference counting.
20
21 [endsect]
22