| Summary: | [c++0x] Template brackets matching doesn't work with adjacent closing angle brackets | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Gil Barash <scobido1984> |
| Component: | cdt-editor | Assignee: | Project Inbox <cdt-editor-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | Anton Leherbauer <aleherb+eclipse> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, scobido1984 |
| Version: | 8.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Gil Barash
(In reply to comment #0) > list<list<int>> a; This syntax is only valid with C++0x. Inserting a space between the closing angle brackets makes the bracket matcher work. Improved heuristics in HEAD. *** cdt cvs genie on behalf of aleherbau *** Bug 335702 - [c++0x] Template brackets matching doesn't work with adjacent closing angle brackets [*] CPairMatcher.java 1.13 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CPairMatcher.java?root=Tools_Project&r1=1.12&r2=1.13 [*] PairMatcherTest.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/PairMatcherTest.java?root=Tools_Project&r1=1.2&r2=1.3 |