Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jan 2018 15:19:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 225025] Base c++ seems to find errors in the /usr/include/c++/v1/type_traits header in base
Message-ID:  <bug-225025-29464-Je6lb5skeO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225025-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225025-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225025

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-toolchain@FreeBSD.o |dim@FreeBSD.org
                   |rg                          |
                 CC|                            |dim@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Looks like something is defining `__invoke`, and then including the C++
headers.  That should be avoided, any identifiers starting with `_` are
reserved.

Try to find the part of the program that is defining __invoke, and fix that.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225025-29464-Je6lb5skeO>