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/NamespaceNode.cc

    r10916 r10917  
    103103                bool bFoundMatchingNamespace = false;
    104104
    105                 for (auto& mapEntry : this->subnodes_)
     105                for (const auto& mapEntry : this->subnodes_)
    106106                {
    107107                    if (mapEntry.first.find(firstPart) == (mapEntry.first.size() - firstPart.size()))
Note: See TracChangeset for help on using the changeset viewer.