Opened 6 years ago
Closed 6 years ago
#100 closed defect (fixed)
Ternary operator lost of const or some other cost
Reported by: | Thierry Delisle | Owned by: | |
---|---|---|---|
Priority: | major | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
struct Thingy { char name[30]; }; struct MoreThingy { Thingy * condig; }; const char * got(MoreThingy & this) { return this.condig ? this.condig->name : "Nope"; }
Change History (1)
comment:1 Changed 6 years ago by
Owner: | set to Rob Schluntz <rschlunt@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 825170d: