|
[Rivet-svn] rivet: 3 new changesetsRivet Mercurial rivet at projects.hepforge.orgWed Apr 13 09:00:02 BST 2016
details: https://rivet.hepforge.org/hg/rivet/rev/b5484cad2440 branches: changeset: 5126:b5484cad2440 user: Andy Buckley <andy at insectnation.org> date: Tue Apr 12 21:24:24 2016 +0100 description: Added tag rivet-2.5.0b1 for changeset 66e20000b87f details: https://rivet.hepforge.org/hg/rivet/rev/7e828fefcb04 branches: default-hepmc3 changeset: 5127:7e828fefcb04 user: Andy Buckley <andy at insectnation.org> date: Tue Apr 12 22:51:07 2016 +0100 description: Mini namespace tweak for consistency etc. details: https://rivet.hepforge.org/hg/rivet/rev/0ac09c2d4be5 branches: changeset: 5128:0ac09c2d4be5 user: Andy Buckley <andy at insectnation.org> date: Tue Apr 12 22:51:24 2016 +0100 description: Mini namespace tweak for consistency etc. diffs (18 lines): --- a/.hgtags Tue Apr 12 16:19:14 2016 +0100 +++ b/.hgtags Tue Apr 12 22:51:24 2016 +0100 @@ -59,3 +59,4 @@ 086c7cd50a1906839b8440845077a39a0279ebb0 rivet-2.3.0 c77ff1b297a71e9ec14440cd2e549fb1c4924148 rivet-2.4.0 6bec638a1eb96ff0b1e18b4f6d62ef96bff40888 rivet-2.4.1 +66e20000b87f2cbd6a5a6e42d3da6a711484ee6c rivet-2.5.0b1 --- a/include/Rivet/Tools/Utils.hh Tue Apr 12 16:19:14 2016 +0100 +++ b/include/Rivet/Tools/Utils.hh Tue Apr 12 22:51:24 2016 +0100 @@ -101,7 +101,7 @@ /// Convert a string to lower-case inline string toLower(const string& s) { string out = s; - transform(out.begin(), out.end(), out.begin(), (int(*)(int)) tolower); + std::transform(out.begin(), out.end(), out.begin(), (int(*)(int)) tolower); return out; }
More information about the Rivet-svn mailing list |