diff options
Diffstat (limited to 'openmp/tools/omptest/include')
-rw-r--r-- | openmp/tools/omptest/include/InternalEvent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/tools/omptest/include/InternalEvent.h b/openmp/tools/omptest/include/InternalEvent.h index 1348c48..743fad9 100644 --- a/openmp/tools/omptest/include/InternalEvent.h +++ b/openmp/tools/omptest/include/InternalEvent.h @@ -371,6 +371,7 @@ struct BufferRecordDeallocation : public EventBase<BufferRecordDeallocation> { // take precedence over the following default equality operator definition. bool operator==(const ParallelBegin &, const ParallelBegin &); bool operator==(const Work &, const Work &); +bool operator==(const Dispatch &, const Dispatch &); bool operator==(const ImplicitTask &, const ImplicitTask &); bool operator==(const SyncRegion &, const SyncRegion &); bool operator==(const Target &, const Target &); |