Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
8.2
-
None
-
None
Description
When including the latest boost/filesystem/path.h, an error shows up which eventually reaches boost/predef/os/bsd/free.h which "recursively" includes boost/predef/os/bsd.h
This issue has been mentioned twice on StackOverflow:
- https://stackoverflow.com/questions/37236721/unable-to-resolve-template-based-identifier-get-netbeans-8-1
- https://stackoverflow.com/questions/39006863/boost-netbeans-recursive-includes-related-to-bsd-on-linux-mint-17-2
Now, because compilation by any compiler does work and does not end in a recursive include error, it seems like the parser does not properly detect it does not endlessly recurse.