Skip to content

Commit c2fb1f7

Browse files
committed
CarpetX: add more missing std qualifiers
1 parent 75ded30 commit c2fb1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CarpetX/src/schedule.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ int CallFunction(void *function, cFunctionData *restrict attribute,
19631963
std::ostringstream buf;
19641964
buf << "CallFunction " << attribute->where << ": " << attribute->thorn
19651965
<< "::" << attribute->routine;
1966-
timer_iter = get<0>(timers.emplace(attribute, buf.str()));
1966+
timer_iter = std::get<0>(timers.emplace(attribute, buf.str()));
19671967
}
19681968
}
19691969
Timer &timer = timer_iter->second;

0 commit comments

Comments
 (0)