From 7410cb1733f5f0a61d7d0476bf620ae736e7c67d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 21 Jun 2017 20:25:37 +0300 Subject: [PATCH] Update history.adoc. --- doc/smart_ptr/history.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/smart_ptr/history.adoc b/doc/smart_ptr/history.adoc index 7d8a289..914928d 100644 --- a/doc/smart_ptr/history.adoc +++ b/doc/smart_ptr/history.adoc @@ -110,4 +110,4 @@ Glen Fernandes rewrote `allocate_shared` and `make_shared` for arrays for a more Peter Dimov and Glen Fernandes rewrote the documentation in Asciidoc format. -Peter Dimov added `atomic_shared_ptr`. +Peter Dimov added `atomic_shared_ptr` and `local_shared_ptr`.