We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e7f2 commit 2dca0dbCopy full SHA for 2dca0db
1 file changed
reference/atomic/atomic_flag_notify_all.md
@@ -8,14 +8,14 @@
8
namespace std {
9
void
10
atomic_flag_notify_all(
11
- volatile atomic_flag* object) const noexcept; // (1) C++20
+ volatile atomic_flag* object) noexcept; // (1) C++20
12
13
14
15
- atomic_flag* object) const noexcept; // (2) C++20
+ atomic_flag* object) noexcept; // (2) C++20
16
constexpr void
17
18
- atomic_flag* object) const noexcept; // (2) C++26
+ atomic_flag* object) noexcept; // (2) C++26
19
}
20
```
21
0 commit comments