「view this page in B3 βῆτα server」

Revisions №61035

branch: master 「№61035」
Commited by: Vikram K. Mulligan
GitHub commit link: 「87f9cd71cc056b1b」 「№4352」
Difference from previous tested commit:  code diff
Commit date: 2019-11-11 14:07:35

Merge pull request #4352 from RosettaCommons/vmullig/reduce_boost_dependency Reduce dependencies on Boost by switching to STL functions where feasible. Certain functions that were only defined in the Boost libraries are now part of the C++11 STL. These include `std::bind`, `std::function`, `std::cref`, and `std::ref`. This pull request aims to replace instances of `boost::bind`, `boost::function`, `boost::cref`, and `boost::ref` with their C++11 STL equivalents.

Vikram K. Mulligan 4 years
Note: Sergey is working on a patch for the PyRosetta test failures introduced by this change. I have it from him that I shouldn't revert this right now.
...