From 7f7e3748cfafbc771a8ef98183f94500e49070ea Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 29 Sep 2024 15:30:57 +0300 Subject: [PATCH] Update revision history --- doc/smart_ptr/changelog.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/smart_ptr/changelog.adoc b/doc/smart_ptr/changelog.adoc index 0a43b34..d0351e7 100644 --- a/doc/smart_ptr/changelog.adoc +++ b/doc/smart_ptr/changelog.adoc @@ -13,6 +13,11 @@ http://www.boost.org/LICENSE_1_0.txt :toc-title: :idprefix: changelog_ +## Changes in 1.87.0 + +* {cpp}03 is no longer supported, a {cpp}11 compiler is required. + This includes GCC 4.8 or later, and MSVC 14.0 or later. + ## Changes in 1.79.0 * Added `get_allocator_pointer`