[wesnoth-commits] [wesnoth/wesnoth] c57a17: Lexical Cast: remove use of boost::mpl

GitHub noreply at github.com
Tue Apr 17 14:41:09 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: c57a175fee701b4d19c09653a5c9445b778d139e
      https://github.com/wesnoth/wesnoth/commit/c57a175fee701b4d19c09653a5c9445b778d139e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
    M src/lexical_cast.hpp

  Log Message:
  -----------
  Lexical Cast: remove use of boost::mpl

The code was checking that the From type was either char* or const char*. Replaced it
with an equality check against char* with the const stripped from From so both match.




More information about the Commits mailing list