mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-29 00:35:03 +00:00
Improve compatibility with bcc32
This commit is contained in:
parent
1dd5e035eb
commit
31aced8b59
2
format.h
2
format.h
@ -612,7 +612,7 @@ inline int getsign(double x) {
|
|||||||
return sign;
|
return sign;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
|
||||||
// Portable version of isinf.
|
// Portable version of isinf.
|
||||||
# ifdef isinf
|
# ifdef isinf
|
||||||
inline int isinfinity(double x) { return isinf(x); }
|
inline int isinfinity(double x) { return isinf(x); }
|
||||||
|
Loading…
Reference in New Issue
Block a user