2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

Bringing forward BBv2/Python support and a few other things that were

obviously more up-to-date on the RC branch.

Removed the Boost.Python v1 zip archive.


[SVN r37346]
This commit is contained in:
Dave Abrahams
2007-04-03 17:10:53 +00:00
parent 4fc5cafd40
commit 16d975ba5c
6 changed files with 62 additions and 47 deletions

View File

@@ -12,6 +12,7 @@
#include <boost/python/reference_existing_object.hpp>
#include <boost/python/call.hpp>
#include <boost/python/object.hpp>
#define BOOST_ENABLE_ASSERT_HANDLER
#include <boost/assert.hpp>
using namespace boost::python;