[Commits] [wesnoth/wesnoth] daeaa4: Convert cases of lexical_cast<int> to std::stoi
GitHub
noreply at github.com
Sun Nov 6 11:17:42 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: daeaa479206b35723b3afbad80b5c99cbf015c2c
https://github.com/wesnoth/wesnoth/commit/daeaa479206b35723b3afbad80b5c99cbf015c2c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
Changed paths:
M src/ai/composite/component.cpp
M src/ai/composite/goal.cpp
M src/ai/manager.cpp
M src/color_range.cpp
M src/commandline_options.cpp
M src/formula/callable_objects.hpp
M src/game_initialization/multiplayer_wait.cpp
M src/gui/dialogs/label_settings.cpp
M src/image_modifications.cpp
M src/map/location.cpp
M src/synced_commands.cpp
M src/units/attack_type.cpp
Log Message:
-----------
Convert cases of lexical_cast<int> to std::stoi
One case was removed in formula/callable_objects.hpp, since start_gold() already returns int
More information about the Commits
mailing list