Skip to content
Snippets Groups Projects
Commit 94311a20 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

PyObjectPtr must not be exposed to Swig

parent 59d4233e
No related branches found
No related tags found
1 merge request!2423don't expose move c'tors to Python (#127)
......@@ -12,6 +12,9 @@
//
// ************************************************************************************************
#ifdef SWIG
#error no need to expose this header to Swig
#endif // SWIG
#ifndef BORNAGAIN_PYTHON
#error this header requires Python support
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment