Add note about identity being moved from functional

This commit is contained in:
Glen Fernandes 2023-02-24 00:19:13 -05:00
parent d5fa9ae50f
commit 39978bde2b

View File

@ -30,7 +30,7 @@
* Updated `boost::span` to use `boost::data` which adds support for range
construction from an `std::initializer_list`.
* Added [link core.identity `boost::identity`], an implementation of
`std::identity`.
`std::identity`. This facility has been moved from Boost.Functional.
[endsect]