File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/include/sycl/ext/oneapi/experimental/annotated_ptr Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,10 @@ class __SYCL_SPECIAL_CLASS
182
182
__SYCL_TYPE (annotated_ptr) annotated_ptr<T, detail::properties_t<Props...>> {
183
183
using property_list_t = detail::properties_t <Props...>;
184
184
185
- static_assert (
186
- std::is_same_v<T, void > || std::is_trivially_copyable_v<T>,
187
- " annotated_ptr can only be encapsulated with either trivially-copyable type "
188
- " or void!" );
185
+ static_assert (std::is_same_v<T, void > || std::is_trivially_copyable_v<T>,
186
+ " annotated_ptr can only be encapsulated with either "
187
+ " trivially-copyable type "
188
+ " or void!" );
189
189
190
190
// buffer_location and alignment are allowed for annotated_ref
191
191
// Cache controls are allowed for annotated_ptr
You can’t perform that action at this time.
0 commit comments