https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225025
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |rg | CC| |[email protected] Status|New |Open --- Comment #1 from Dimitry Andric <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
