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

Revisions №60947

branch: master 「№60947」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e2d67bffe8a01fd1」 「№4247」
Difference from previous tested commit:  code diff
Commit date: 2019-09-25 13:57:47

Merge pull request #4247 from RosettaCommons/vmullig/fix_bind2nd_error Fix MacOS/clang compilation error due to deprecated std::bind2nd(). Dropping in the following as a replacement: ```c++ //std::bind2nd( &myfxn, old_parameter ); std::bind( &myfxn, std::placeholder::_1, old_parameter ); ```

...