[Commits] [wesnoth/wesnoth] 44312a: config: Fix child/const_child_iterator implementat...
GitHub
noreply at github.com
Wed Aug 19 04:37:33 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 44312adfcb8f0048c92077115c368f669fb098c6
https://github.com/wesnoth/wesnoth/commit/44312adfcb8f0048c92077115c368f669fb098c6
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-08-19 (Wed, 19 Aug 2015)
Changed paths:
M src/config.hpp
Log Message:
-----------
config: Fix child/const_child_iterator implementations of operator>
These were identical to operator<, which is clearly not intended. This
wouldn't trigger bugs in practice because they are currently unused
(tested by compiling with the definition removed).
More information about the Commits
mailing list