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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user