[wesnoth-commits] [wesnoth/wesnoth] fa1251: Changed data type of display::get_overlays()
GitHub
noreply at github.com
Tue Oct 23 19:51:53 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fa12518f86dfb5039d11542450eb8a3116de133c
https://github.com/wesnoth/wesnoth/commit/fa12518f86dfb5039d11542450eb8a3116de133c
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-10-23 (Tue, 23 Oct 2018)
Changed paths:
M src/display.cpp
M src/display.hpp
M src/editor/map/map_context.cpp
M src/editor/map/map_context.hpp
Log Message:
-----------
Changed data type of display::get_overlays()
`std::multimap` is a poor fit after commit
082aa2afe24815c1c432341e9fa9dd0d84da04a8 because `std::multimap` doesn't
allow reordering of elements assigned to the same key.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list