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.

  Unfortunately, I can't get OpenBabel to work with C++11. Compiling it on Visual Studio 2013 fails miserably - I have to use Visual Studio 2010 (which doesn't support C++11 too well). On OS X I'm facing the same problem, I need to compile OpenBabel with -stdlib=libstdc++, which means I need to compile my code with the same standard library. So both on OS X and on Windows I'm stuck with C++03.

  I'm using the latest stable release - 2.3.2.

  Does the bleeding edge version support C++11? Are there any plans to support it in the future?

  Thank you,
  Itay.
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to