[Commits] [wesnoth/wesnoth] ccb5d8: Simplify some implementations of operator< using l...
GitHub
noreply at github.com
Tue Feb 20 02:30:49 UTC 2018
Branch: refs/heads/code_cleanups
Home: https://github.com/wesnoth/wesnoth
Commit: ccb5d8f7955cf579aa15d5c42da00f342bc6e92a
https://github.com/wesnoth/wesnoth/commit/ccb5d8f7955cf579aa15d5c42da00f342bc6e92a
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M src/font/font_id.hpp
M src/gui/dialogs/multiplayer/mp_options_helper.hpp
M src/gui/widgets/minimap.cpp
M src/map/location.hpp
M src/pathfind/pathfind.cpp
M src/sdl/point.hpp
M src/terrain/builder.hpp
M src/terrain/translation.hpp
Log Message:
-----------
Simplify some implementations of operator< using lexicographical tuple comparison
Might do operator== later too.
Commit: f45cd3eeb8f119ed49431f497e76497098a4e230
https://github.com/wesnoth/wesnoth/commit/f45cd3eeb8f119ed49431f497e76497098a4e230
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M src/config.hpp
Log Message:
-----------
Config: fixed two cases of operator!= operating the same as operator==
Compare: https://github.com/wesnoth/wesnoth/compare/150ded6f2664...f45cd3eeb8f1
More information about the Commits
mailing list