@@ -612,7 +612,7 @@ inline int getsign(double x) {
returnsign;
}
#ifndef_MSC_VER
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
// Portable version of isinf.
# ifdef isinf
inlineintisinfinity(doublex){returnisinf(x);}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.