mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
Since BoostBook stylesheets were updated to pass through Doxygen anchor names to BoostBook output, references from QuickBook and manually written BoostBook docs were broken. Fix this by using classref/classname and similar tools to reference Doxygen-generated content. Also, to avoid anchor clashes between different parts of Boost.Utility docs, use proper anchor namespacing: avoid using manual anchors where possible and use fully qualified namespace where not. Fixes https://github.com/boostorg/utility/issues/110.
30 lines
1.4 KiB
Plaintext
30 lines
1.4 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:more_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]
|