Hi.
I've inherited a project that uses OpenBabel. The project is quite
messy and needs a lot of organizing. Since it's written in a strange
C/C++ hybrid, I want to modify it so that its code is modern C++
code. And by modern I hope to be able to use C++11.
I believe the latest development version does support C++11.
I think the relevant changes since 2.3.2 are here:
https://github.com/openbabel/openbabel/pull/34
https://github.com/openbabel/openbabel/pull/62
You could either apply those changes to 2.3.2 manually, or just use the latest
development