Merge pull request #5035 from RosettaCommons/roccomoretti/fix_compile_noise
Fix deprecation warning issues with Boost update.
The recent update to Boost 1.74 has caused issues with some of the added deprecation warnings. Theoretically, these should just be warnings and not errors, as they happen in external headers (and we include them with -isystem), but there have been reports of Rosetta not compiling. (And they're just annoying/ugly.)