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 4926454 commit 88fd329Copy full SHA for 88fd329
sycl/include/sycl/ext/intel/experimental/esimd/common.hpp
@@ -214,7 +214,7 @@ enum class cache_hint : uint8_t {
214
namespace detail {
215
216
template <cache_hint Hint> class cache_hint_wrap {
217
- template <cache_hint...> class is_one_of_t;
+ template <cache_hint...> struct is_one_of_t;
218
template <cache_hint Last>
219
struct is_one_of_t<Last>
220
: std::conditional<Last == Hint, std::true_type, std::false_type>::type {
0 commit comments