Re: [C++-sig] errors while setting arguments description for the method

2010-03-17 Thread Jim Bosch
On Wed, 2010-03-17 at 22:21 +, Gennadiy Rozental wrote: > I've got specification like this: > > class_( "Foo", "Foo descr" ) > .def( "__init__", bp::make_constructor( &make_foo ), >bp::args( "self", "str" ), >"Constructor based on string representation.\n" )

[C++-sig] errors while setting arguments description for the method

2010-03-17 Thread Gennadiy Rozental
I've got specification like this: class_( "Foo", "Foo descr" ) .def( "__init__", bp::make_constructor( &make_foo ), bp::args( "self", "str" ), "Constructor based on string representation.\n" ) ... I am getting compilation error below from VC9.0. Error disappears i