Blame view

3rdparty/boost_1_81_0/libs/dll/doc/dependencies.qbk 734 Bytes
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  [/
      Copyright 2014 Renato Tegon Forti, Antony Polukhin
      Copyright Antony Polukhin, 2015-2022
      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]