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?
C++11 and ThreadPool.h
- Peter Eastman
- Posts: 2593
- Joined: Thu Aug 09, 2007 1:25 pm
Re: C++11 and ThreadPool.h
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
Peter