Blame view

3rdparty/boost_1_81_0/libs/utility/doc/other.qbk 1.4 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  [/
      Copyright (c) 2021 Alan de Freitas (alandefreitas@gmail.com)
  
      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)
  
      Official repository: https://github.com/boostorg/utility
  ]
  
  [section:utilities More Utilities]
  
  Some utilities have been moved from Boost.Utilities to more appropriate Boost libraries:
  
  # Moved to [@boost:/libs/core/index.html Boost.Core]
      # [@boost:/libs/core/doc/html/core/addressof.html addressof]
      # [@boost:/libs/core/doc/html/core/checked_delete.html checked_delete]
      # [@boost:/libs/core/doc/html/core/enable_if.html enable_if]
      # [@boost:/libs/core/doc/html/core/noncopyable.html noncopyable]
  # Moved to [@boost:/libs/type_traits/index.html Boost.TypeTraits]
      # [@boost:/libs/type_traits/doc/html/boost_typetraits/reference/declval.html declval]
  # Moved to [@boost:/libs/iterator/index.html Boost.Iterator]
      # [@boost:/libs/iterator/doc/generator_iterator.htm generator iterator adaptors]
      # [@boost:/libs/iterator/doc/html/iterator/algorithms/next_prior.html next/prior]
  # Moved to [@boost:/libs/io/index.html Boost.IO]
      # [@boost:/libs/io/doc/html/io.html ostream_string]
  # Moved to [@boost:/libs/throw_exception/index.html Boost.ThrowException]
      # [@boost:/libs/throw_exception/doc/html/throw_exception.html#using_boost_throw_exception throw_exception]
  
  [endsect]