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

Revisions №60592

branch: master 「№60592」
Commited by: Vikram K. Mulligan
GitHub commit link: 「bd734379f5721f3c」 「№3768」
Difference from previous tested commit:  code diff
Commit date: 2019-01-20 19:55:23

Merge pull request #3768 from RosettaCommons/vmullig/fix_xcode_build_after_jd3 Trying to fix xcode build after JD3 refactor. Xcode flags cases in which `auto` is misused, causing objects to be copied inadvertently. For example: `for ( auto const larvaljob: larvaljobs_ ) { ... }` This should be `auto const & larvaljob`.

...