Skip to content

Commit 3928740

Browse files
burblebeetkoeppe
authored andcommitted
LWG3756 Is the std::atomic_flag class signal-safe?
1 parent e8b7f92 commit 3928740

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/support.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5913,6 +5913,13 @@
59135913
\item
59145914
\tcode{f} is the member function \tcode{is_lock_free()}, or
59155915

5916+
\item
5917+
\tcode{f} is a non-static member function of class \tcode{atomic_flag}, or
5918+
5919+
\item
5920+
\tcode{f} is a non-member function, and
5921+
the first parameter of \tcode{f} has type \cv{}~\tcode{atomic_flag*}, or
5922+
59165923
\item
59175924
\tcode{f} is a non-static member function invoked on an object \tcode{A},
59185925
such that \tcode{A.is_lock_free()} yields \tcode{true}, or

0 commit comments

Comments
 (0)