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" )
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