Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit e05ba64

Browse files
Pawel Karczewskiigchor
authored andcommitted
Fix building of vector tests in C++20
1 parent e1289ef commit e05ba64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/common/helper_classes.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
/* Copyright 2019, Intel Corporation */
2+
/* Copyright 2019-2021, Intel Corporation */
33

44
/**
55
* Helper classes that represent C++ concepts
@@ -357,7 +357,7 @@ struct CompoundType {
357357
}
358358

359359
bool
360-
operator==(const CompoundType &rhs)
360+
operator==(const CompoundType &rhs) const
361361
{
362362
return counter == rhs.counter;
363363
}

0 commit comments

Comments
 (0)