From 39978bde2ba03e7acfa79f530093f0e2e247595d Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 24 Feb 2023 00:19:13 -0500 Subject: [PATCH] Add note about identity being moved from functional --- doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index 066a1bc..9c4944d 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -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]