[Commits] [wesnoth/wesnoth] f094ec: fix some exception types not deriving from std::ex...

GitHub noreply at github.com
Sun Apr 23 16:32:59 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: f094ececb85cdd9a79d7b1bd443b24e4bed2b3a6
      https://github.com/wesnoth/wesnoth/commit/f094ececb85cdd9a79d7b1bd443b24e4bed2b3a6
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
    M src/gui/core/layout_exception.hpp

  Log Message:
  -----------
  fix some exception types not deriving from std::exception

even if they are never meant to be caugh/thrown outside of the gui2 code is better to derive them from std::exception in case something goes wrong.





More information about the Commits mailing list