From 2548ae30e1fe9ab44aa6759dddabaa8c90d53ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 26 Feb 2016 23:23:42 +0100 Subject: [PATCH] Update changelog with Pull #19 --- doc/intrusive.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 111370c..8f22132 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3840,6 +3840,7 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std * Fixed bugs: * [@https://svn.boost.org/trac/boost/ticket/11832 Boost Trac #11832: ['clang-cl + boost intrusive = miscompile]] * [@https://svn.boost.org/trac/boost/ticket/11865 Boost Trac #11865: ['Intrusive list explicit ctor error with Clang 3.6 (C++11/14)]] + * [@https://github.com/boostorg/intrusive/pull/19 GitHub Pull #19: ['ebo_functor_holder: compile fix for copy constructor]] [endsect]