libsbml icon indicating copy to clipboard operation
libsbml copied to clipboard

when compiling with c++17, need swig > 4

Open fbergmann opened this issue 4 years ago • 1 comments

As @alessandrofelder found out, the python bindings won't compile with swig 3.x on c++17, as it uses the removed unexpected_handler.

fbergmann avatar Mar 23 '21 18:03 fbergmann

I dont think there is anything for us to change here, users are free to specify whichever swig version, and c++ standard they want to use. If anything it could be added to documentation.

fbergmann avatar Mar 14 '23 10:03 fbergmann