Remove string_view from documentation

This commit is contained in:
Peter Dimov
2021-10-27 02:57:55 +03:00
parent 8942e8ecc9
commit 493832a570
2 changed files with 0 additions and 4 deletions

View File

@ -11,9 +11,6 @@
* Added a generic implementation to `boost/core/cmath.hpp`, enabled when `BOOST_CORE_USE_GENERIC_CMATH`
is defined or when the platform does not provide the necessary facilities in `<cmath>`.
* Added `boost::core::type_name`, a utility function that returns the name of a type as a string.
* Added `boost::core::string_view`, a portable implementation of C++17's `std::string_view` that differs
from `boost::string_view` by supporting implicit conversions from and to `std::string_view`, when that
is available.
* Added `boost::span`, a C++11 implementation of C++20's `std::span`.
[endsect]

View File

@ -66,7 +66,6 @@ criteria for inclusion is that the utility component be:
[include ref.qbk]
[include scoped_enum.qbk]
[include span.qbk]
[include string_view.qbk]
[include swap.qbk]
[include typeinfo.qbk]
[include type_name.qbk]