From 5cdf047f6ac162c75c619aae0076cd285ce0c5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 21 Jul 2015 23:39:18 +0200 Subject: [PATCH] Updated changelog --- doc/intrusive.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 66ca764..65affa3 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3823,6 +3823,8 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std * Implemented [link intrusive.map_multimap map and multimap-like interfaces]. * Refactored hashtable containers to reduce template instantiations. +* Fixed bugs: + * [@https://svn.boost.org/trac/boost/ticket/11222 Boost Trac #11222: ['intrusive/pointer_traits.hpp fails to compile with C++98]] [endsect]