Skip to content

Commit

Permalink
Merge pull request #688 from Pennycook/atomic_ref-pointers
Browse files Browse the repository at this point in the history
Add pointer-to-object to list of `atomic_ref` types
  • Loading branch information
gmlueck authored Jan 23, 2025
2 parents 194ec66 + 44dacf0 commit 4895716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20063,8 +20063,9 @@ The template parameter [code]#T# must be one of the following types:
* [code]#unsigned long#,
* [code]#long long#,
* [code]#unsigned long long#,
* [code]#float#, or
* [code]#double#.
* [code]#float#,
* [code]#double#, or
* Any pointer-to-object type.

In addition, the type [code]#T# must satisfy one of the following conditions:

Expand Down

0 comments on commit 4895716

Please sign in to comment.