Skip to content

Commit 9102c12

Browse files
author
Ralf W. Grosse-Kunstleve
committed
bug fix: make use of kw in make_constructor_aux
[SVN r24387]
1 parent cb45ee8 commit 9102c12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/python/make_constructor.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ namespace detail
184184
detail::caller<F,inner_policy,Sig>(f, inner_policy(p))
185185
, outer_signature()
186186
)
187+
, kw
187188
);
188189
}
189190
// }

0 commit comments

Comments
 (0)