From bde5df043c7f10d2e71871b1d48fd0d42296de03 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 25 May 2009 19:45:23 +0000 Subject: [PATCH] Unordered change log for explicit destructors. [SVN r53256] --- doc/changes.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index a8b81eef..ae66737e 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -79,5 +79,7 @@ First official release. the length right if it changes again in the future. * [@https://svn.boost.org/trac/boost/ticket/1978 Ticket 1978]: Implement `emplace` for all compilers. +* [@https://svn.boost.org/trac/boost/ticket/2908 Ticket 2908]: + Add explicit destructors to all containers. [endsect]