2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 19:32:14 +00:00

enable operators.hpp for v2

eliminate dependence on full boost/function.hpp


[SVN r14071]
This commit is contained in:
Dave Abrahams
2002-06-02 19:09:03 +00:00
parent 92aae63af2
commit 16c391c78c
5 changed files with 30 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <string>
#include <boost/python/operators2.hpp>
#include <boost/python/operators.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
#include "test_class.hpp"