AimRT/_deps/boost-src/libs/dll/doc/dependencies.qbk
2025-01-12 20:40:08 +08:00

23 lines
734 B
Plaintext

[/
Copyright 2014 Renato Tegon Forti, Antony Polukhin
Copyright Antony Polukhin, 2015-2023
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/]
[section Dependencies]
The Boost.DLL is a header only library, but it depends on the following libraries
and they must be available in order to compile programs that use Boost.DLL:
* Boost.System for the boost::system::error_code and boost::system::system_error classes.
* Boost.Filesystem for directory manipulation.
Refcountable part of Boost.DLL also depends on:
* Boost.Function for creation of a callback system.
* Boost.SharedPtr for reference counting.
[endsect]