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

GitHub noreply at github.com
Thu Oct 20 23:47:09 UTC 2016


  Branch: refs/heads/boost_to_std_regex
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2ad9a24854f025ca38588dad9305622c38af09c1
      https://github.com/wesnoth/wesnoth/commit/2ad9a24854f025ca38588dad9305622c38af09c1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-10-21 (Fri, 21 Oct 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.

# Conflicts:
#	src/ai/composite/component.cpp
#	src/editor/map/map_context.cpp
#	src/game_events/action_wml.cpp





More information about the Commits mailing list