[wesnoth-commits] [wesnoth/wesnoth] 6d77fd: Used std::any, except on MacOS
Charles Dang
noreply at github.com
Thu Mar 17 12:27:18 UTC 2022
Branch: refs/heads/master
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.
Commit: 86cf82bf27c78bd889b31d195505c8df876961fa
https://github.com/wesnoth/wesnoth/commit/86cf82bf27c78bd889b31d195505c8df876961fa
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:
-----------
Merge pull request #6565 from wesnoth/test-stl-any
Used std::any, except on MacOS
Compare: https://github.com/wesnoth/wesnoth/compare/cd45c04c5afd...86cf82bf27c7
More information about the Commits
mailing list