2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-19 02:32:09 +00:00

ChangeLog add comment on bind_rv_sp_test

This commit is contained in:
John Fletcher
2015-01-23 12:16:55 +00:00
parent 66c8139e3d
commit 34f84d6c10

View File

@@ -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.