Created
January 14, 2017 18:52
-
-
Save cas--/5bfbe1841820efd28f52f2539ef377f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if BOOST_VERSION >= 106000 | |
+if (boost::python::converter::registry::query( | |
+ boost::python::type_id <boost::shared_ptr<alert> >()) == NULL) { | |
register_ptr_to_python<boost::shared_ptr<alert> >(); | |
+} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment