mirror of
https://github.com/boostorg/python.git
synced 2026-01-29 19:52:16 +00:00
Merged from trunk: workaround for Visual C++ 6 internal compiler error
[SVN r21441]
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// to its suitability for any purpose.
|
||||
|
||||
#include <boost/python/module.hpp>
|
||||
#include "test_class.hpp"
|
||||
#include <boost/python/class.hpp>
|
||||
#include <boost/python/extract.hpp>
|
||||
#include <boost/python/def.hpp>
|
||||
@@ -12,7 +13,6 @@
|
||||
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
||||
#include "test_class.hpp"
|
||||
#include <memory>
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
Reference in New Issue
Block a user