Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335387 - The first chained operator<< is not highlighted
Summary: The first chained operator<< is not highlighted
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Markus Schorn CLA
QA Contact: Markus Schorn CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 16:40 EST by Andrew Gvozdev CLA
Modified: 2011-01-26 11:23 EST (History)
1 user (show)

See Also:


Attachments
testcase + fix (9.75 KB, patch)
2011-01-26 10:35 EST, Markus Schorn CLA
mschorn.eclipse: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gvozdev CLA 2011-01-25 16:40:53 EST
Only second operator<< is highlighted. Likewise, I cannot jump with F3 on the first one. Using code from HEAD.

#include <sstream>
int main() {

    std::ostringstream ss;
    ss << "one"  << "Two";

	return 0;
}
Comment 1 Markus Schorn CLA 2011-01-26 10:35:00 EST
Created attachment 187645 [details]
testcase + fix
Comment 2 Markus Schorn CLA 2011-01-26 10:37:19 EST
Reproduced using MinGW,
Fixed in 8.0 > 20110126.