Summary: | Base c++ seems to find errors in the /usr/include/c++/v1/type_traits header in base | ||
---|---|---|---|
Product: | Base System | Reporter: | Yuri Victorovich <yuri> |
Component: | misc | Assignee: | Dimitry Andric <dim> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | dim, linimon |
Priority: | --- | ||
Version: | 11.0-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
Yuri Victorovich
![]() 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. |