Skip to content

TileSimAlgs: Use mutable Tile containers

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.

Merge request reports