2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-22 03:32:21 +00:00

More cleanups for mpl_v2

[SVN r13516]
This commit is contained in:
Dave Abrahams
2002-04-17 04:34:34 +00:00
parent 4250893d2f
commit a203214ef9
3 changed files with 1 additions and 47 deletions

View File

@@ -8,10 +8,8 @@
#include <boost/python/manage_new_object.hpp>
#include <boost/python/return_internal_reference.hpp>
#include <boost/python/class.hpp>
#include <boost/mpl/type_list.hpp>
using namespace boost::python;
using boost::mpl::type_list;
int a_instances = 0;