| Index: src/IceTimerTree.cpp
|
| diff --git a/src/IceTimerTree.cpp b/src/IceTimerTree.cpp
|
| index 818efc30bb4b2e389d98aaca57301f0d88685965..dc4622df03db1fdfacea7ffc298db84182b685a3 100644
|
| --- a/src/IceTimerTree.cpp
|
| +++ b/src/IceTimerTree.cpp
|
| @@ -220,7 +220,7 @@ void TimerStack::reset() {
|
|
|
| namespace {
|
|
|
| -typedef std::multimap<double, IceString> DumpMapType;
|
| +using DumpMapType = std::multimap<double, IceString>;
|
|
|
| // Dump the Map items in reverse order of their time contribution.
|
| void dumpHelper(Ostream &Str, const DumpMapType &Map, double TotalTime) {
|
|
|