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

Revisions №61559

branch: master 「№61559」
Commited by: Rocco Moretti
GitHub commit link: 「22c26d3c7a6e8bee」 「№5237」
Difference from previous tested commit:  code diff
Commit date: 2021-02-14 16:14:38

Merge pull request #5237 from RosettaCommons/roccomoretti/fix_boost_warnings Fix Boost Deprecation Warnings We're currently encountering a number of deprecation warnings from Boost. Infuriatingly, that's not because of anything we're doing in Rosetta, but instead it's due to Boost's own usage of Boost headers. Since we initially updated to Boost 1.74 and ran into these issues, fixes for them have been posted to the upstream repos. This PR selectively updates the Boost submodules at issue to a version which has the fixes. (It's not a general update of Boost.)

...