Skip to content

Commit fc589db

Browse files
committed
Remove remaining lock noexcept
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent adaf194 commit fc589db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/supported/sycl_ext_oneapi_weak_object.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public:
118118
119119
bool expired() const noexcept;
120120
std::optional<SyclObject> try_lock() const noexcept;
121-
SyclObject lock() const noexcept;
121+
SyclObject lock() const;
122122
123123
bool owner_before(const weak_object &Other) const noexcept;
124124
bool owner_before(const SyclObject &Other) const noexcept;

0 commit comments

Comments
 (0)