Page 1 of 1

C++11 and ThreadPool.h

Posted: Wed Nov 15, 2017 12:05 pm
by bucknerj
In the master branch, ThreadPool.h uses std::function

Will the next version of OpenMM require C++11?

Which ABI will be used for the OpenMM binaries?

Re: C++11 and ThreadPool.h

Posted: Wed Nov 15, 2017 12:24 pm
by peastman
Yes, it will require C++11. The ABI of each build will be consistent with the Python version it's targeted at. That might mean the Python 3.6 build uses a different ABI than the Python 2.7 build, but I'm not certain of that. I'd have to look it up to see.

Peter