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 884d39b commit 38ffbeeCopy full SHA for 38ffbee
source/threads.tex
@@ -3942,8 +3942,8 @@
3942
memory_order = memory_order::seq_cst) const noexcept;
3943
constexpr value_type fetch_fmaximum(value_type,
3944
3945
- constexpr valu_type fetch_fminimum(value_type,
3946
- memory_order = memory_order::seq_cst) const noexcept;
+ constexpr value_type fetch_fminimum(value_type,
+ memory_order = memory_order::seq_cst) const noexcept;
3947
constexpr value_type fetch_fmaximum_num(value_type,
3948
3949
constexpr value_type fetch_fminimum_num(value_type,
0 commit comments