We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8efd7 commit e982a29Copy full SHA for e982a29
sycl/include/CL/sycl/ONEAPI/accessor_property_list.hpp
@@ -101,6 +101,7 @@ class accessor_property_list : protected sycl::detail::PropertyListBase {
101
// This template checks if two lists of properties contain the same set of
102
// compile-time-constant properties in any order. Run time properties are
103
// skipped.
104
+ template <typename ContainerT, typename... OtherProps>
105
struct ContainsSameProperties
106
: std::conditional<
107
!detail::IsCompileTimePropertyInstance<
0 commit comments