Bug 15253 - implement c++11 initializer list feature
Summary: implement c++11 initializer list feature
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 18:44 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 18:44:29 UTC
The gdb c++ expression parser doesn't understand the c++11 initializer
list extension.  It should.