[Commits] [wesnoth/wesnoth] f0d06b: Restore string constness intention lost in Boost.l...

GitHub noreply at github.com
Mon Oct 27 01:05:24 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: f0d06b9146e9bc1ab1b8a07396b907aa7f1a5a62
      https://github.com/wesnoth/wesnoth/commit/f0d06b9146e9bc1ab1b8a07396b907aa7f1a5a62
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    M src/editor/map/context_manager.cpp
    M src/save_index.cpp

  Log Message:
  -----------
  Restore string constness intention lost in Boost.locale deployment

These few strings were used as though `const char* const` was intended
but their indirect value constness was dropped during the conversion
since their pointer value was not const.





More information about the Commits mailing list