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

GitHub noreply at github.com
Fri Jul 29 16:10:01 UTC 2016


  Branch: refs/heads/boost_trimming
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 530245c05ccd80692f49f0909cb55b67086ed807
      https://github.com/wesnoth/wesnoth/commit/530245c05ccd80692f49f0909cb55b67086ed807
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-07-30 (Sat, 30 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

boost::regex_constants::match_not_dot_null doesn't have a stdlib counterpart, but according to
@celticminstrel it should be alright to remove it.





More information about the Commits mailing list