Bug 15247 - support c++11 ">>" in templates
Summary: support c++11 ">>" in templates
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 16106
  Show dependency treegraph
 
Reported: 2013-03-07 16:19 UTC by Tom Tromey
Modified: 2013-10-31 19:43 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2013-03-07 16:19:55 UTC
c++11 relaxed the tokenizing rule for ">>" to allow
it not to be treated as the right shift operator in
some template contexts.
gdb's c++ parser should understand this.
See find_template_name_end.