Changes in / [b38433b:c101756]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Stats/Time.cc

    rb38433b rc101756  
    136136                        std::stack<TimerNode *> nodes;
    137137
    138                         std::chrono::duration<double> TimerNode::last = {};
    139                         std::stack<std::chrono::duration<double>> TimerNode::parents = {};
     138                        std::chrono::duration<double> TimerNode::last;
     139                        std::stack<std::chrono::duration<double>> TimerNode::parents;
    140140
    141141                        void StartGlobal() {
Note: See TracChangeset for help on using the changeset viewer.