diff --git a/ChangeLog b/ChangeLog index 16d7fdc..6ea88ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ http://www.boost.org/ Copyright (c) 2005-2010 Joel de Guzman Copyright (c) 2010-2013 Thomas Heller -Copyright (c) 2014 John Fletcher +Copyright (c) 2014-2015 John Fletcher Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -63,6 +63,8 @@ CHANGELOG bind/bind_member_function.hpp Add reverse test boost::lazy_enable_if This resolves a smaller number of failures. - #9742 New tests for_each and for_test to attempt to resolve this. +- bind_rv_sp_test changed to give workaround for MSVC 8,9,10, + This removes a COMDAT error which does not occur with boost/bind. - V3.0.6 - Fixed bug in example/container_actor.cpp in end() function.