Skip to content

Commit

Permalink
Add pointer-to-object to list of atomic_ref types
Browse files Browse the repository at this point in the history
Cherry pick #688 from main
(cherry picked from commit 4895716)
  • Loading branch information
gmlueck committed Jan 23, 2025
1 parent ec02ac9 commit da688b2
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 @@ -20058,8 +20058,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 da688b2

Please sign in to comment.