mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
Merge pull request #67 from kariya-mitsuru/fix_limits
fix numeric_limits<long double>
This commit is contained in:
commit
c830cab086
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ namespace sprout {
|
|||
long double,
|
||||
LDBL_MIN, LDBL_MAX,
|
||||
LDBL_EPSILON, 0.5L,
|
||||
__builtin_huge_val(), __builtin_nan(""), __builtin_nans(""), __LDBL_DENORM_MIN__
|
||||
__builtin_huge_vall(), __builtin_nanl(""), __builtin_nansl(""), __LDBL_DENORM_MIN__
|
||||
);
|
||||
#endif // #if !defined(__LDBL_DENORM_MIN__)
|
||||
#undef SPROUT_NUMERIC_LIMITS_FLOATING_POINT_SPECIALIZED_DECL
|
||||
|
|
Loading…
Reference in a new issue