|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-10-02 13:41:39
Author: johnmaddock
Date: 2007-10-02 13:41:35 EDT (Tue, 02 Oct 2007)
New Revision: 39657
URL: http://svn.boost.org/trac/boost/changeset/39657
Log:
Fix for Borland compilers.
Text files modified:
trunk/boost/function/function_template.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/function/function_template.hpp
==============================================================================
--- trunk/boost/function/function_template.hpp (original)
+++ trunk/boost/function/function_template.hpp 2007-10-02 13:41:35 EDT (Tue, 02 Oct 2007)
@@ -437,8 +437,9 @@
if (base.manager)
base.manager(functor, functor, destroy_functor_tag);
}
-
+#ifndef BOOST_NO_PRIVATE_IN_AGGREGATE
private:
+#endif
// Function pointers
template<typename FunctionPtr>
bool
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