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.
d these specific formats), but these
errors should still be fixed. I haven't tried compiling on Ubuntu yet, this
will come next, once I get what I need working on Windows.
Itay.
From: Matthew Swain [mailto:m.sw...@me.com]
Sent: Sunday, July 27, 2014 6:41 PM
To:
Sorry, just realized fixing those errors is incredibly silly - just add an
explicit conversion to bool (istream and ostream lost the implicit
conversion in C++11).
Incidentally, orcaformat.cpp doesn't compile because it can't find regex.h
.
Itay.
From: Itay Zandbank