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

Make slice work on vc6

Revamp/simplify class registration


[SVN r23823]
This commit is contained in:
Dave Abrahams
2004-07-20 03:16:49 +00:00
parent 2bdb728e87
commit 615adc5fe6
18 changed files with 391 additions and 498 deletions

View File

@@ -8,6 +8,7 @@
#include <boost/python/module.hpp>
#include <boost/python/def.hpp>
#include "test_class.hpp"
//#include <boost/python/str.hpp>
#if __GNUC__ != 2
# include <ostream>
#else