[Commits] [wesnoth/wesnoth] b61e04: Convert uses of boost::regex and related functions...

GitHub noreply at github.com
Sat Jul 30 04:52:46 UTC 2016


  Branch: refs/heads/boost_trimming
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b61e042bd18be0cb7ffe24196bbbf9ebef1ef319
      https://github.com/wesnoth/wesnoth/commit/b61e042bd18be0cb7ffe24196bbbf9ebef1ef319
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M src/ai/composite/component.cpp
    M src/editor/map/map_context.cpp
    M src/game_events/action_wml.cpp
    M src/serialization/schema_validator.cpp
    M src/serialization/schema_validator.hpp
    M src/tools/schema/sourceparser.cpp
    M src/units/types.cpp

  Log Message:
  -----------
  Convert uses of boost::regex and related functions/types to their stdlib counterparts

This covers:
* boost::regex
* boost::regex_match
* boost::smatch
* boost::sregex_iterator
* boost::sregex_token_iterator

For boost::regex_constants::match_not_dot_null,
which has no standard library equivalent,
"." was replaced with "[^\0]" to preserve behaviour.





More information about the Commits mailing list