mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
[/
|
|
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:/doc/html/core/index.html Boost.Core]
|
|
# [@boost:/doc/html/core/doc/html/core/addressof.html addressof]
|
|
# [@boost:/doc/html/core/doc/html/core/checked_delete.html checked_delete]
|
|
# [@boost:/doc/html/core/doc/html/core/enable_if.html enable_if]
|
|
# [@boost:/doc/html/core/doc/html/core/noncopyable.html noncopyable]
|
|
# Moved to [@boost:/doc/html/type_traits/index.html Boost.TypeTraits]
|
|
# [@boost:/doc/html/type_traits/doc/html/boost_typetraits/reference/declval.html declval]
|
|
# Moved to [@boost:/doc/html/iterator/index.html Boost.Iterator]
|
|
# [@boost:/doc/html/iterator/doc/generator_iterator.htm generator iterator adaptors]
|
|
# [@boost:/doc/html/iterator/doc/html/iterator/algorithms/next_prior.html next/prior]
|
|
# Moved to [@boost:/doc/html/io/index.html Boost.IO]
|
|
# [@boost:/doc/html/io/doc/html/io.html ostream_string]
|
|
# Moved to [@boost:/doc/html/throw_exception/index.html Boost.ThrowException]
|
|
# [@boost:/doc/html/throw_exception/doc/html/throw_exception.html#using_boost_throw_exception throw_exception]
|
|
|
|
[endsect]
|