TileSimAlgs: Use mutable Tile containers
Compare changes
Files
6@@ -50,14 +50,21 @@
@@ -100,6 +107,12 @@ private:
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.