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 adaf194 commit fc589dbCopy full SHA for fc589db
sycl/doc/extensions/supported/sycl_ext_oneapi_weak_object.asciidoc
@@ -118,7 +118,7 @@ public:
118
119
bool expired() const noexcept;
120
std::optional<SyclObject> try_lock() const noexcept;
121
- SyclObject lock() const noexcept;
+ SyclObject lock() const;
122
123
bool owner_before(const weak_object &Other) const noexcept;
124
bool owner_before(const SyclObject &Other) const noexcept;
0 commit comments