eclipse 2023-06 + devtoolset-11 (gcc 11.2.1): indexer fails with std::set<> and std::map<> #477
-
it seems that the combination indicated in title give origin to problems. Even a very simple source file just declaring:
will be marked as error by indexer, and consequently all methods of, and references to, the declared object. The reported error is just: "Invalid template arguments". It works fine if the compiler is the native compiler: this is an old centos7 image, gcc version 4.8.5. NOTE: I'm working with makefile based projects |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think this discussion refers to the same problem as described in this issue #438 - if it doesn't seem to be the same, please can you provide some more details? |
Beta Was this translation helpful? Give feedback.
-
Can you try the suggestion in #438:
|
Beta Was this translation helpful? Give feedback.
I think this discussion refers to the same problem as described in this issue #438 - if it doesn't seem to be the same, please can you provide some more details?