[Bug 273338] '#include <cmath>' fails on 14 because of a likely bug with error: expected unqualified-id

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 25 Aug 2023 07:41:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273338

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Looks like their own 'types.h' header is defining a isnan() macro, which
conflicts with the one(s) in our headers. I would try commenting this
conflicting definition out, and see what happens?

-- 
You are receiving this mail because:
You are the assignee for the bug.