Skip to content

Commit abc4abf

Browse files
author
Ralf W. Grosse-Kunstleve
committed
gcc 4.3.0 compatibility (resolves new "changes meaning" error)
[SVN r39434]
1 parent 94a3ced commit abc4abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/detail/def_helper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ namespace detail
155155
, T3 const&
156156
, T4 const&
157157
, default_call_policies
158-
, keywords<0>
158+
, detail::keywords<0>
159159
, char const*
160160
, void(not_specified::*)() // A function pointer type which is never an
161161
// appropriate default implementation

0 commit comments

Comments
 (0)