Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ScopedMap.hpp

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