[Bug 225025] Base c++ seems to find errors in the /usr/include/c++/v1/type_traits header in base

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 9 15:19:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225025

Dimitry Andric <dim at FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim at 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.

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


More information about the freebsd-toolchain mailing list