Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeTools/TrackLoc.cc

    r4f0c520 ra16764a6  
    1010// Created On       : Tues May 2 15:46:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Nov 27 18:00:00 2020
    13 // Update Count     : 1
     12// Last Modified On : Wed May 3 14:43:00 2017
     13// Update Count     : 0
    1414//
    1515
     
    2222#include <string>                    // for operator<<, string
    2323#include <typeindex>                 // for type_index
    24 #include <vector>                    // for vector
    2524
    2625#include "Common/PassVisitor.h"      // for PassVisitor
     
    3837                CodeLocation *lastNode;
    3938
    40                 std::stack< CodeLocation *, std::vector< CodeLocation * > > parents;
     39                std::stack< CodeLocation * > parents;
    4140        public:
    4241                LocationPrinter(size_t printLevel) :
Note: See TracChangeset for help on using the changeset viewer.