Skip to content

Instantly share code, notes, and snippets.

@cas--
Created January 14, 2017 18:52
Show Gist options
  • Save cas--/5bfbe1841820efd28f52f2539ef377f7 to your computer and use it in GitHub Desktop.
Save cas--/5bfbe1841820efd28f52f2539ef377f7 to your computer and use it in GitHub Desktop.
#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