Bug #14857 2008-12-01 08:49
rhadesan
Code Completition not worked when using extern directive
Code completition not worked when this directive is used.. Example:
extern "C++" {
namespace LibSerial {
class SerialStream : public std::iostream {
.....
Both namespace and class SerialStream are not parsed.
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-15 12:45
- Assigned to
- loaden
History
ollydbg 2009-02-26 10:05
I have read the source code, I can only see that
extern "C" as be recognized. but extern "C++" can't be recognized as a keyword.
loaden 2010-10-15 12:45
This bug has been already fixed in HEAD.
Thank you.