|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51533 - in branches/release: boost/bind libs/bind/test
From: pdimov_at_[hidden]
Date: 2009-03-02 11:29:22
Author: pdimov
Date: 2009-03-02 11:29:22 EST (Mon, 02 Mar 2009)
New Revision: 51533
URL: http://svn.boost.org/trac/boost/changeset/51533
Log:
Merge [51511] to release. Closes #2127.
Added:
branches/release/libs/bind/test/bind_eq2_test.cpp
- copied unchanged from r51511, /trunk/libs/bind/test/bind_eq2_test.cpp
Text files modified:
branches/release/boost/bind/bind.hpp | 5 +++++
branches/release/libs/bind/test/Jamfile.v2 | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
Modified: branches/release/boost/bind/bind.hpp
==============================================================================
--- branches/release/boost/bind/bind.hpp (original)
+++ branches/release/boost/bind/bind.hpp 2009-03-02 11:29:22 EST (Mon, 02 Mar 2009)
@@ -100,6 +100,11 @@
template<class R, class F, class L> class bind_t;
+template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b, int )
+{
+ return a.compare( b );
+}
+
// value
template<class T> class value
Modified: branches/release/libs/bind/test/Jamfile.v2
==============================================================================
--- branches/release/libs/bind/test/Jamfile.v2 (original)
+++ branches/release/libs/bind/test/Jamfile.v2 2009-03-02 11:29:22 EST (Mon, 02 Mar 2009)
@@ -38,4 +38,5 @@
[ run bind_fnobj2_test.cpp ]
[ run bind_fn2_test.cpp ]
[ run bind_mf2_test.cpp ]
+ [ run bind_eq2_test.cpp ]
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk