[C++-sig] ANN: make_tuple()

David Abrahams dave at boost-consulting.com
Thu Aug 22 15:59:16 CEST 2002


I've just added a family of boost::python::make_tuple(...) functions to
Boost.Python v2.
See libs/python/test/tuple.[py/cpp] for examples.

Note that if you've been using boost::make_tuple without qualification in
the past with using-directives for boost::python, you may need to add
qualification in order to avoid ambiguities.

Regards,
Dave

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







More information about the Cplusplus-sig mailing list