Re: [C++-sig] CallPolicy for operators

2013-03-15 Thread Michael Wild
On Fri, Mar 15, 2013 at 12:54 PM, Neal Becker wrote: > Jim Bosch wrote: > > > On 01/27/2013 05:02 AM, Michael Wild wrote: > >> Hi all > >> > >> Is there a way to apply a CallPolicy to operator definitions? In > >> particular, I'm interested in the inplace operators (+=, -=, *=, /= and > >> friend

Re: [C++-sig] CallPolicy for operators

2013-03-15 Thread Neal Becker
Jim Bosch wrote: > On 01/27/2013 05:02 AM, Michael Wild wrote: >> Hi all >> >> Is there a way to apply a CallPolicy to operator definitions? In >> particular, I'm interested in the inplace operators (+=, -=, *=, /= and >> friends). >> >> To give a bit more context: The library I'm trying to wrap e