Menu

#1 Non-header files with .h in their name being found

open
nobody
None
5
2009-09-15
2009-09-15
No

Include All looks for C++ .h, .hpp, .H, and .hxx header files to generate an "Include All" header; a header file that includes all of the found headers. When it searches for this files, some files such as .html also gets included. It isn't a header file, but if you notice, its extension has ".h" along with "tml" to form ".html". The current release would see the ".h" in the extension and add it as a header file. If files like this are added and included in a C++ source file, this would create errors. Needs to be fixed!

As of now, make sure there are no .html files in the directory you search.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB