$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [python] non-standard iteration / wrapping member function return value
From: Matus Chochlik (chochlik_at_[hidden])
Date: 2013-06-04 14:15:01
<snip>
> >
>
> It would probably work better if you adapted
> int_range directly instead of creating a separate
> class for python. (Def can take a function pointer.
> You don't have to use a member function)
>
Thanks Steven, I'll give it a try.