[wesnoth-commits] [wesnoth/wesnoth] 6d77fd: Used std::any, except on MacOS

Charles Dang noreply at github.com
Thu Mar 17 10:54:51 UTC 2022


  Branch: refs/heads/test-stl-any
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 6d77fdc48c6f7738c8f0f5d993935a4b9f5b393d
      https://github.com/wesnoth/wesnoth/commit/6d77fdc48c6f7738c8f0f5d993935a4b9f5b393d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
    M src/formula/variant.cpp
    M src/formula/variant.hpp
    M src/formula/variant_value.cpp
    M src/formula/variant_value.hpp
    A src/utils/any.hpp

  Log Message:
  -----------
  Used std::any, except on MacOS

There's one remaining use of boost::any in commandline_options.cpp that cannot be converted since boost::program_options
excepted custom validator functions to take boost::any as their first argument.





More information about the Commits mailing list