mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
Now using BOOST_PYTHON_MODULE_INIT.
[SVN r9617]
This commit is contained in:
@@ -16,9 +16,7 @@ namespace { // Avoid cluttering the global namespace.
|
||||
}
|
||||
}
|
||||
|
||||
extern "C"
|
||||
DL_EXPORT(void)
|
||||
initnoncopyable_import()
|
||||
BOOST_PYTHON_MODULE_INIT(noncopyable_import)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user