Re: [C++-sig] passing by non-const reference?

2015-02-19 Thread Stefan Seefeld
On 18/02/15 05:13 PM, Christopher O'Grady wrote: > Hi, > > Based on websearches we have done, we believe that boost-python does > not allow passing arguments by non-const-reference (at least, not > easily). Can someone confirm this is still the case, or point me to > some documentation that discus

Re: [C++-sig] passing by non-const reference?

2015-02-19 Thread Jim Bosch
On Wed, Feb 18, 2015 at 5:13 PM, Christopher O'Grady wrote: > > Hi, > > Based on websearches we have done, we believe that boost-python does > not allow passing arguments by non-const-reference (at least, not > easily). Can someone confirm this is still the case, or point me to > some documentat

[C++-sig] passing by non-const reference?

2015-02-19 Thread Christopher O'Grady
Hi, Based on websearches we have done, we believe that boost-python does not allow passing arguments by non-const-reference (at least, not easily). Can someone confirm this is still the case, or point me to some documentation that discusses it? We think this prevents us from return multiple arg