From 18c0a7099d9fc33382e64a9ca51e8a2a876420ce Mon Sep 17 00:00:00 2001 From: Medusa Slockbower Date: Fri, 22 Aug 2025 03:03:54 -0400 Subject: [PATCH] - Comment noting an error with stdint isinf and isnan --- include/fennec/lang/detail/_int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fennec/lang/detail/_int.h b/include/fennec/lang/detail/_int.h index e921c31..85195a2 100644 --- a/include/fennec/lang/detail/_int.h +++ b/include/fennec/lang/detail/_int.h @@ -26,6 +26,7 @@ #define __PTRDIFF_TYPE__ ptrdiff_t #endif +// Include math since stdint will define its own versions of isinf and isnan #include #include #include