Skip to content

Commit

Permalink
Merge pull request KhronosGroup#533 from VerenaBeckham/verena/load_typo
Browse files Browse the repository at this point in the history
Fix missing comma in atomic_ref::load.
  • Loading branch information
gmlueck authored Jan 22, 2024
2 parents cfd45d0 + 09b03f1 commit 4b59c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18568,7 +18568,7 @@ T operator=(T desired) const
a@
[source]
----
T load(memory_order order = default_read_order memory_scope scope =
T load(memory_order order = default_read_order, memory_scope scope =
default_scope) const
----
a@ Atomically loads the value of the object referenced by this
Expand Down

0 comments on commit 4b59c28

Please sign in to comment.