From 1b3fa2af889c034840ddf5c2043191aa424a0788 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 1 Oct 2023 23:51:06 +0200 Subject: [PATCH] Added floating point categories to handle the return value from fpclassify() (#5501) Reference: https://en.cppreference.com/w/cpp/numeric/math/FP_categories --- cfg/std.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 4e0ac854e..496397ea7 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -68,6 +68,12 @@ + + + + + +