1
0
forked from boostorg/core

Update revision history

This commit is contained in:
Glen Fernandes
2021-10-15 19:00:57 -04:00
parent fdf1ed78a7
commit 62b23df9ef

View File

@ -14,6 +14,7 @@
* 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]