mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
Removed useless default arg -- it was confusing MSVC
[SVN r12860]
This commit is contained in:
@@ -122,7 +122,7 @@ class class_ : private objects::class_base
|
||||
// Define the constructor with the given Args, which should be an
|
||||
// MPL sequence of types.
|
||||
template <class Args>
|
||||
self& def_init(Args const& = Args())
|
||||
self& def_init(Args const&)
|
||||
{
|
||||
def("__init__", make_constructor<T,Args,HolderGenerator>());
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user