$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk_at_[hidden]
Date: 2007-09-20 19:20:46
Author: rwgk
Date: 2007-09-20 19:20:45 EDT (Thu, 20 Sep 2007)
New Revision: 39434
URL: http://svn.boost.org/trac/boost/changeset/39434
Log:
gcc 4.3.0 compatibility (resolves new "changes meaning" error)
Text files modified:
trunk/boost/python/detail/def_helper.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/python/detail/def_helper.hpp
==============================================================================
--- trunk/boost/python/detail/def_helper.hpp (original)
+++ trunk/boost/python/detail/def_helper.hpp 2007-09-20 19:20:45 EDT (Thu, 20 Sep 2007)
@@ -155,7 +155,7 @@
, T3 const&
, T4 const&
, default_call_policies
- , keywords<0>
+ , detail::keywords<0>
, char const*
, void(not_specified::*)() // A function pointer type which is never an
// appropriate default implementation