Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ScopedMap.hpp

    rc92bdcc r6b33e89  
    1010// Created On       : Wed Dec 2 11:37:00 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb 15 08:41:28 2022
    13 // Update Count     : 5
     12// Last Modified On : Mon May 13 07:32:09 2024
     13// Update Count     : 6
    1414//
    1515
     
    3131class ScopedMap {
    3232        typedef std::map< Key, Value > MapType;
     33public:
    3334        struct Scope {
    3435                MapType map;
     
    4445                Scope & operator= (Scope &&) = default;
    4546        };
     47  private:
    4648        typedef std::vector< Scope > ScopeList;
    4749
Note: See TracChangeset for help on using the changeset viewer.