You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include system internal headers that throw errors if you include them directly.
Include headers that don't exist on some platforms.
Include internal Eigen headers that don't compile unless other headers are included first. (I guess Eigen doesn't include what it uses. 🙂)
Put forward declarations of the same type in both the header and source, then fail to actually include the header containing the type in the source file.
I'm still not exactly happy with the contents of that branch yet.
The following tool may be useful:
iwyu
The text was updated successfully, but these errors were encountered: