Community
Participate
Working Groups
When I try to parse my C++ project files, which are prepared for AUTOCONF/AUTMAKE build with various define directives, the parser fails to recognize these directives, even if they are declared in the projects property page. example #ifdef HAVE_NAMESPACES namespace XY { #endif ... #ifdef HAVE_NAMESPACES } #endif Effect: The namespace is not displayed in the Outline/Navigator views, but if I put a #define HAVE_NAMESPACES befor the code it is recognized in the Outline/Navigator view
*** This bug has been marked as a duplicate of 47235 ***