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

Revisions №59355

branch: master 「№59355」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「f6f13d701802fd47」 「№2112」
Difference from previous tested commit:  code diff
Commit date: 2017-03-16 15:58:05

Merge pull request #2112 from RosettaCommons/aleaverfay/beautify_Mar2017 Aleaverfay/beautify mar2017 We resolved at the recent WRC meeting that we would be beautifying the code on a per-pull-request basis, with a test that will fail if any of your source files have not been beautified. To get that working, master will have to be beautified again. To that end, I've updated the beautifier to handle some aspects of C++ that it couldn't before (lambda functions with semicolons, macros that can't be followed with a semicolon; namespace aliasing) so that now all of master beautifies. This is a pre-beautification version of master that fixes things that needed fixin' so that the beautifier will work on it. I'll perform the actual beautification once Sergey has the testing server ready to run the new test.

...