libstdc++: Uncomment checks for <limits> enumeration types
I don't know why these checks are disabled. libstdc++-v3/ChangeLog: * testsuite/18_support/headers/limits/synopsis.cc: Uncomment checks for float_round_style and float_denorm_style.
This commit is contained in:
parent
6da6ed95c9
commit
5e1e16d58e
1 changed files with 0 additions and 2 deletions
|
@ -23,10 +23,8 @@
|
|||
namespace std {
|
||||
template<class T> class numeric_limits;
|
||||
|
||||
#if 0
|
||||
enum float_round_style;
|
||||
enum float_denorm_style;
|
||||
#endif
|
||||
|
||||
template<> class numeric_limits<bool>;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue