Skip to content
Snippets Groups Projects

TileRecUtils: Use mutable container in TileRawCorrelatedNoise algorithm

  1. Jan 28, 2019
    • Siarhei Harkusha's avatar
      TileRecUtils: Use mutable container in TileRawCorrelatedNoise algorithm · 85c60fdd
      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, TileRawCorrelatedNoise algorithm have been migrated to use
      Tile mutable digits container.
      85c60fdd
Loading