Jess Balint

Results 2 comments of Jess Balint

The salient error is: ``` /usr/local/lib/gcc9/include/c++/bits/stl_tree.h:1126:2: error: no type named 'value_type' in 'struct std::iterator_traits' ``` Adding the following to the end of `TimSupport.cpp` should fix it: ``` namespace std {...

damn, I just went and did this same patch. Can you merge?