Skip to content

Commit ef53b68

Browse files
gmlueckPennycook
andauthored
Apply suggestions from code review
Co-authored-by: John Pennycook <[email protected]>
1 parent 5f17499 commit ef53b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_device_image_backend_content.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ template <bundle_state State>
9999
class device_image {
100100
public:
101101
std::vector<std::byte> ext_oneapi_get_backend_content() const;
102+
#if defined(__cpp_lib_span)
102103
std::span<std::byte> ext_oneapi_get_backend_content_view() const;
104+
#endif
103105
104106
/*...*/
105107
};

0 commit comments

Comments
 (0)