mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Fixed swapped HUGE_VAL & HUGE_VALF definitions
This commit is contained in:
parent
50c380901a
commit
6c32cac9ca
@ -73,8 +73,8 @@ SOFTWARE.
|
||||
#if !defined(HUGE_VAL)
|
||||
// Looks like we don't have these macros defined.
|
||||
// They're compiler implementation dependent, so we'll make them the same as the max values.
|
||||
#define HUGE_VAL FLT_MAX
|
||||
#define HUGE_VALF DBL_MAX
|
||||
#define HUGE_VALF FLT_MAX
|
||||
#define HUGE_VAL DBL_MAX
|
||||
#define HUGE_VALL LDBL_MAX
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user