From b07eb08a2f17d0a5ffbb4a268f5c9e8c8fb3e8be Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 May 2020 14:20:19 +0300 Subject: [PATCH] Update revision history --- doc/mp11/changelog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/mp11/changelog.adoc b/doc/mp11/changelog.adoc index c410844..7d707f8 100644 --- a/doc/mp11/changelog.adoc +++ b/doc/mp11/changelog.adoc @@ -10,6 +10,10 @@ http://www.boost.org/LICENSE_1_0.txt [#changelog] # Revision History +## Changes in 1.74.0 + +* Improve compilation performance of `mp_with_index` for large `N` + ## Changes in 1.73.0 * Added `mp_unique_if` (contributed by Kris Jusiak)