2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

Stuck the extension_class code in the DLL whenever possible

[SVN r12168]
This commit is contained in:
Dave Abrahams
2001-12-29 00:00:19 +00:00
parent 94c0e947f5
commit dc831fb3f6

View File

@@ -11,6 +11,7 @@
#define BOOST_PYTHON_SOURCE
#include <boost/python/detail/extension_class.hpp>
#include <boost/python/detail/extension_class.hpp>
#include <boost/python/detail/call_object.hpp>
#include <boost/utility.hpp>
@@ -681,4 +682,9 @@ PyNumberMethods operator_dispatcher::number_methods =
} // namespace detail
# ifndef BOOST_PYTHON_NO_TEMPLATE_EXPORT
template class BOOST_PYTHON_DECL meta_class<detail::extension_instance>;
template class BOOST_PYTHON_DECL class_t<detail::extension_instance>;
# endif
}} // namespace boost::python