Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-03 15:54:50


Uh, yeah; I noticed that but forgot to point it out.
Thanks, Jens!

-Dave
----- Original Message -----
From: "Jens Maurer" <Jens.Maurer_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, December 03, 2001 2:57 PM
Subject: Re: [boost] boost::python: partial implementation of inplace
operators

> scott snyder wrote:
> > With these changes, definitions that use a thin wrapper will work, like
this:
> >
> > Hep3Vector& Hep3Vector___iadd__8 (Hep3Vector& self, const Hep3Vector&
other)
> > {
> > self += other;
> > return self;
> > }
>
> The name "Hep3Vector___iadd__8" contains double underscores and is
> therefore reserved to the implementation (of C++).
>
> See section 17.4.3.1.2 of the ISO C++ standard.
>
> Jens Maurer
>
>
>
> Info: http://www.boost.org Unsubscribe:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk