Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2015, 11:32:08 PM (9 years ago)
Author:
landauf
Message:

made mapEntry const& wherever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/core/Loader.cc

    r10916 r10917  
    261261        {
    262262            bool expectedValue = true;
    263             for (auto& mapEntry : luaTags)
     263            for (const auto& mapEntry : luaTags)
    264264            {
    265265                if (mapEntry.second == expectedValue)
Note: See TracChangeset for help on using the changeset viewer.