[wesnoth-commits] [wesnoth/wesnoth] 4b8033: Deployed structured bindings

Charles Dang noreply at github.com
Sun Jan 17 21:41:06 UTC 2021


  Branch: refs/heads/structured-bindings-test
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4b80338543ff9a21f0cf6645b0a69450417595a8
      https://github.com/wesnoth/wesnoth/commit/4b80338543ff9a21f0cf6645b0a69450417595a8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M src/actions/create.cpp
    M src/actions/move.cpp
    M src/ai/simulated_actions.cpp
    M src/attack_prediction.cpp
    M src/formula/formula.cpp
    M src/game_events/wmi_manager.cpp
    M src/gui/dialogs/attack_predictions.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/widgets/settings.cpp
    M src/picture.cpp
    M src/preferences/game.cpp
    M src/scripting/lua_unit.cpp
    M src/tests/test_formula_timespan.cpp
    M src/video.cpp

  Log Message:
  -----------
  Deployed structured bindings

This doesn't touch cases where `std::tie` was used with `std::ignore`, since there isn't a way to
ignore a variable in structured bindings and choosing a random variable name might trigger unused
variable warnings on CI (will have to confirm that, though).


  Commit: d6d7a36dfa7d3490793e5f6659e54b8445607d29
      https://github.com/wesnoth/wesnoth/commit/d6d7a36dfa7d3490793e5f6659e54b8445607d29
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  Testing fold expressions


Compare: https://github.com/wesnoth/wesnoth/compare/e8c3899d8f18...d6d7a36dfa7d



More information about the Commits mailing list