2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00
[SVN r15021]
This commit is contained in:
Dave Abrahams
2002-08-21 05:42:21 +00:00
parent 3e61803e89
commit 37efd93725

View File

@@ -144,7 +144,7 @@ namespace detail {
BOOST_STATIC_ASSERT(
(stubs_type::max_args + 1) <= boost::mpl::size<SigT>::value);
typedef stubs_type::template gen<SigT> gen_type;
typedef typename stubs_type::template gen<SigT> gen_type;
define_with_defaults_helper<stubs_type::n_funcs-1>::def
(name, gen_type(), holder, doc);
}