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

Dimitry Andric <d...@freebsd.org> changed:

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

--- Comment #1 from Dimitry Andric <d...@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.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to