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 3676
3676
\pnum
3677
3677
The program is ill-formed
3678
3678
if \tcode {is_always_lock_free} is \tcode {false} and
3679
- \tcode {is_volatile_v<T >} is \tcode {true}.
3679
+ \tcode {is_volatile_v<\placeholder {integral-type} >} is \tcode {true}.
3680
3680
3681
3681
\begin {codeblock }
3682
3682
namespace std {
3894
3894
\pnum
3895
3895
The program is ill-formed
3896
3896
if \tcode {is_always_lock_free} is \tcode {false} and
3897
- \tcode {is_volatile_v<T >} is \tcode {true}.
3897
+ \tcode {is_volatile_v<\placeholder {floating-point-type} >} is \tcode {true}.
3898
3898
3899
3899
\begin {codeblock }
3900
3900
namespace std {
4182
4182
\pnum
4183
4183
The program is ill-formed
4184
4184
if \tcode {is_always_lock_free} is \tcode {false} and
4185
- \tcode {is_volatile_v<T >} is \tcode {true}.
4185
+ \tcode {is_volatile_v<\placeholder {pointer-type} >} is \tcode {true}.
4186
4186
4187
4187
\begin {codeblock }
4188
4188
namespace std {
You can’t perform that action at this time.
0 commit comments