File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3674
3674
\pnum
3675
3675
The program is ill-formed
3676
3676
if \tcode {is_always_lock_free} is \tcode {false} and
3677
- \tcode {is_volatile_v<T >} is \tcode {true}.
3677
+ \tcode {is_volatile_v<\placeholder {integral-type} >} is \tcode {true}.
3678
3678
3679
3679
\begin {codeblock }
3680
3680
namespace std {
3892
3892
\pnum
3893
3893
The program is ill-formed
3894
3894
if \tcode {is_always_lock_free} is \tcode {false} and
3895
- \tcode {is_volatile_v<T >} is \tcode {true}.
3895
+ \tcode {is_volatile_v<\placeholder {floating-point-type} >} is \tcode {true}.
3896
3896
3897
3897
\begin {codeblock }
3898
3898
namespace std {
4180
4180
\pnum
4181
4181
The program is ill-formed
4182
4182
if \tcode {is_always_lock_free} is \tcode {false} and
4183
- \tcode {is_volatile_v<T >} is \tcode {true}.
4183
+ \tcode {is_volatile_v<\placeholder {pointer-type} >} is \tcode {true}.
4184
4184
4185
4185
\begin {codeblock }
4186
4186
namespace std {
You can’t perform that action at this time.
0 commit comments