Skip to content
Snippets Groups Projects

TileSimAlgs: Use mutable Tile containers

  1. Jan 30, 2019
    • Siarhei Harkusha's avatar
      TileSimAlgs: Use mutable Tile containers · dbd39561
      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
Loading