20 #ifndef GALOIS_RUNTIME_EXECUTOR_ORDERED_H
21 #define GALOIS_RUNTIME_EXECUTOR_ORDERED_H
23 #include "galois/config.h"
30 template <
typename Iter,
typename Cmp,
typename NhFunc,
typename OpFunc>
32 const Cmp& GALOIS_UNUSED(cmp),
33 const NhFunc& GALOIS_UNUSED(nhFunc),
34 const OpFunc& GALOIS_UNUSED(opFunc),
35 const char* GALOIS_UNUSED(
loopname)) {
39 template <
typename Iter,
typename Cmp,
typename NhFunc,
typename OpFunc,
42 const Cmp& GALOIS_UNUSED(cmp),
43 const NhFunc& GALOIS_UNUSED(nhFunc),
44 const OpFunc& GALOIS_UNUSED(opFunc),
45 const StableTest& GALOIS_UNUSED(stabilityTest),
46 const char* GALOIS_UNUSED(
loopname)) {
#define GALOIS_DIE(...)
Definition: gIO.h:96
void for_each_ordered_impl(Iter GALOIS_UNUSED(beg), Iter GALOIS_UNUSED(end), const Cmp &GALOIS_UNUSED(cmp), const NhFunc &GALOIS_UNUSED(nhFunc), const OpFunc &GALOIS_UNUSED(opFunc), const char *GALOIS_UNUSED(loopname))
Definition: Executor_Ordered.h:31