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

Revisions №60863

branch: master 「№60863」
Commited by: Rocco Moretti
GitHub commit link: 「f8f5672a9e3c6f83」 「№4124」
Difference from previous tested commit:  code diff
Commit date: 2019-08-12 12:55:38

Merge pull request #4124 from RosettaCommons/roccomoretti/gcc_9.1_fixes Fixes for GCC 9.1 compilation Most of the issues with compiling with GCC 9.1 are making sure that the copy constructor and the assignment operator (if both are used) are either both explicit or both implicit. Most changes are mechanical, but there are a few locations where there are copy and assignment discrepancies (or where there were but are no longer.)

...