[C++-sig] Boost.Python v2: object operators

David Abrahams david.abrahams at rcn.com
Tue Jun 18 15:52:17 CEST 2002


I just checked in full operator support for objects, including inplace
operators and inplace operator combinations such as

    x.attr("y") += z;

and

    x[y] >>= 1;

Additionally:

    ._("...") has been changed to .attr("...")
    Problems with tru64cxx6.5 should be fixed now

I'm thinking about some source file reorganization: all of the new stuff
(now in boost::python::api) should go in its own subdirectory
boost/python/api.

Regards,
Dave

+---------------------------------------------------------------+
                  David Abrahams
      C++ Booster (http://www.boost.org)               O__  ==
      Pythonista (http://www.python.org)              c/ /'_ ==
  resume: http://users.rcn.com/abrahams/resume.html  (*) \(*) ==
          email: david.abrahams at rcn.com
+---------------------------------------------------------------+






More information about the Cplusplus-sig mailing list