Skip to content

Commit e982a29

Browse files
author
Alexander Batashev
committed
Fix merge artifacts
1 parent ed8efd7 commit e982a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/CL/sycl/ONEAPI/accessor_property_list.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class accessor_property_list : protected sycl::detail::PropertyListBase {
101101
// This template checks if two lists of properties contain the same set of
102102
// compile-time-constant properties in any order. Run time properties are
103103
// skipped.
104+
template <typename ContainerT, typename... OtherProps>
104105
struct ContainsSameProperties
105106
: std::conditional<
106107
!detail::IsCompileTimePropertyInstance<

0 commit comments

Comments
 (0)