[wesnoth-commits] [wesnoth/wesnoth] 2069b7: Made config::error inherit from std::exception ins...

Charles Dang noreply at github.com
Fri Jan 22 04:17:08 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2069b706537d994416bbf25b2b604adb1ea1f9b7
      https://github.com/wesnoth/wesnoth/commit/2069b706537d994416bbf25b2b604adb1ea1f9b7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M src/config.hpp

  Log Message:
  -----------
  Made config::error inherit from std::exception instead of boost::exception

There was once a reason to use the latter (136f42bd4f264c0e933af9fcf6860d2a0a69bdb7, where boost::get_error_info
was used and relied on the error inheriting from boost::exception, but that code is long removed) and now it's
just an unnecessary boost include.





More information about the Commits mailing list