Skip to content

Commit efb363e

Browse files
committed
fix comment & test failure
1 parent e35dd53 commit efb363e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/annotated_ptr/annotated_ptr.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ __SYCL_TYPE(annotated_ptr) annotated_ptr<T, detail::properties_t<Props...>> {
408408

409409
operator T *() const noexcept = delete;
410410

411-
inline T *get() const noexcept {
411+
// T *get() const noexcept {
412+
T *get() const noexcept {
412413
#ifdef __SYCL_DEVICE_ONLY__
413414
return __builtin_intel_sycl_ptr_annotation(
414415
m_Ptr, detail::PropertyMetaInfo<Props>::name...,

0 commit comments

Comments
 (0)