[Commits] [wesnoth/wesnoth] f6bdc9: replace many lexical_cast with lexical_cast_defaul...

GitHub noreply at github.com
Mon Nov 17 23:55:57 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: f6bdc94ccda441d437b66fa63e5250521494ec1c
      https://github.com/wesnoth/wesnoth/commit/f6bdc94ccda441d437b66fa63e5250521494ec1c
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/server/game.cpp
    M src/server/room_manager.cpp
    M src/server/server.cpp

  Log Message:
  -----------
  replace many lexical_cast with lexical_cast_default

This is to avoid bad_lexical_cast exception. I'm not sure if in
any cases this could actually have thrown but it's better to be
safe.





More information about the Commits mailing list