An error occurred while fetching this tab.
TileSimAlgs: Use mutable Tile containers
- Jan 30, 2019
-
-
Siarhei Harkusha authored
Some methods of Tile containers, which allow modifying the contents of containers, violate the const correctness. Clients of these methods are migrated to use Tile mutable containers, which allow modifying the contents of containers in controlled manner. So, TileSimAlgs package has been migrated to use Tile mutable containers.
dbd39561
-