|
3773 | 3773 | constexpr value_type fetch_sub(value_type,
|
3774 | 3774 | memory_order = memory_order::seq_cst) const noexcept;
|
3775 | 3775 |
|
3776 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, |
3777 |
| - memory_order = memory_order::seq_cst) const noexcept; |
3778 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@, |
3779 |
| - memory_order = memory_order::seq_cst) const noexcept; |
3780 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, |
3781 |
| - memory_order = memory_order::seq_cst) const noexcept; |
3782 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, |
3783 |
| - memory_order = memory_order::seq_cst) const noexcept; |
3784 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point}@, |
3785 |
| - memory_order = memory_order::seq_cst) const noexcept; |
3786 |
| - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, |
3787 |
| - memory_order = memory_order::seq_cst) const noexcept; |
| 3776 | + constexpr value_type fetch_max(value_type, |
| 3777 | + memory_order = memory_order::seq_cst) const noexcept; |
| 3778 | + constexpr value_type fetch_min(value_type, |
| 3779 | + memory_order = memory_order::seq_cst) const noexcept; |
| 3780 | + constexpr value_type fetch_fmaximum(value_type, |
| 3781 | + memory_order = memory_order::seq_cst) const noexcept; |
| 3782 | + constexpr valu_type fetch_fminimum(value_type, |
| 3783 | + memory_order = memory_order::seq_cst) const noexcept; |
| 3784 | + constexpr value_type fetch_fmaximum_num(value_type, |
| 3785 | + memory_order = memory_order::seq_cst) const noexcept; |
| 3786 | + constexpr value_type fetch_fminimum_num(value_type, |
| 3787 | + memory_order = memory_order::seq_cst) const noexcept; |
3788 | 3788 |
|
3789 | 3789 | constexpr value_type operator+=(value_type) const noexcept;
|
3790 | 3790 | constexpr value_type operator-=(value_type) const noexcept;
|
|
0 commit comments