[Commits] [wesnoth/wesnoth] acce89: Fix incorrect stringstream syntax usage
GitHub
noreply at github.com
Sun Dec 21 18:24:13 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: acce89edae58c6242fc7b0f868249ac6a9b214fa
https://github.com/wesnoth/wesnoth/commit/acce89edae58c6242fc7b0f868249ac6a9b214fa
Author: Adam Leffew <awleffew at gmail.com>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M changelog
M data/core/about.cfg
M src/game_initialization/configure_engine.cpp
Log Message:
-----------
Fix incorrect stringstream syntax usage
The str() function is not being used to pull data out of stringstream mgs. This causes the build to fail when trying to apply mgs to the << operand.
Commit: 3453afc069835a9cf2e2b349c8c8e4d782775257
https://github.com/wesnoth/wesnoth/commit/3453afc069835a9cf2e2b349c8c8e4d782775257
Author: Adam Leffew <awleffew at gmail.com>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M src/scripting/application_lua_kernel.cpp
Log Message:
-----------
Fix syntax usage for stringstream line
str() function is not being used to get data out of stringstream line. This causes the build to fail.
Commit: 95e88fa294408133958485eb86cd30964db50a7a
https://github.com/wesnoth/wesnoth/commit/95e88fa294408133958485eb86cd30964db50a7a
Author: Chris Beck <beck.ct at gmail.com>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M changelog
M data/core/about.cfg
M src/game_initialization/configure_engine.cpp
M src/scripting/application_lua_kernel.cpp
Log Message:
-----------
Merge pull request #345 from awleffew/compile_error
Fix incorrect stringstream syntax.
Compare: https://github.com/wesnoth/wesnoth/compare/b0d7d2885494...95e88fa29440
More information about the Commits
mailing list