From a666ac4fb6d70099218a4cd4aeddd3456836b173 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 5 Sep 2021 18:46:17 +0300 Subject: [PATCH] Update revision history --- doc/lambda2/changelog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lambda2/changelog.adoc b/doc/lambda2/changelog.adoc index 6c23295..06e1f1d 100644 --- a/doc/lambda2/changelog.adoc +++ b/doc/lambda2/changelog.adoc @@ -12,3 +12,4 @@ https://www.boost.org/LICENSE_1_0.txt * Added special cases in `operator<<` and `operator>>` when the first argument is a stream, to allow `std::cout << _1`. +* Added `operator\->*`.