mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 16:36:03 +08:00
Fixed swapped HUGE_VAL & HUGE_VALF definitions
This commit is contained in:
parent
2025e6ff9b
commit
0d7405de0d
@ -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