File tree 1 file changed +3
-2
lines changed
libcxx/test/std/depr/depr.numeric.imits.has.denorm 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ void func() {
91
91
std::numeric_limits<const volatile double >::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
92
92
std::numeric_limits<const volatile double >::denorm_min ();
93
93
94
- std::numeric_limits<const volatile long double >::has_denorm; // expected-warning {{'has_denorm' is deprecated}}
95
- std::numeric_limits<const volatile long double >::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
94
+ std::numeric_limits<const volatile long double >::has_denorm; // expected-warning {{'has_denorm' is deprecated}}
95
+ std::numeric_limits<
96
+ const volatile long double >::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
96
97
std::numeric_limits<const volatile long double >::denorm_min ();
97
98
98
99
std::denorm_indeterminate; // expected-warning {{'denorm_indeterminate' is deprecated}}
You can’t perform that action at this time.
0 commit comments