[C++-sig] [ANN] Boost.Python v2 Interface changes

David Abrahams dave at boost-consulting.com
Thu Jul 25 06:49:51 CEST 2002


In the CVS, class_<> is now derived from object, and its object() member
function is
now gone.
This is the first of a series of changes in preparation for the v2 release
which will impact the interface for users. More significantly, the module
type, at least in its current form, will soon be deprecated. Instead,
class_<> instances will insert themselves into the current scope, and there
will be a def() free function which takes the place of the current
module::def() -- these are Dave Hawkes' excellent simplifications.

           ---------------------------------
           David Abrahams * Boost Consulting
dave at boost-consulting.com * http://www.boost-consulting.com







More information about the Cplusplus-sig mailing list