Opened 14 years ago Closed 13 years ago #169 closed defect (wontfix)C++ typedef bug
Description
The TypeDef.h file typedefs void to Void.
This bug can be seen when trying to compile the HM-2.0-ahg-memory branch with a standards compliant C++ compiler like g++ Change History (6)comment:1 follow-up: ↓ 2 Changed 14 years ago by fbossencomment:2 in reply to: ↑ 1 Changed 14 years ago by chiraag
Replying to fbossen:
Agreed, that is the local fix that I have applied to my version of the checkout. Marked it here just to point out that it could cause future trouble with the HM 3.0 and the ahg-memory merge that was suggested on the mailing list. comment:3 Changed 13 years ago by fbossen
Does not apply to active development branch comment:4 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 13 years ago by davidf
comment:6 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Maybe one should just avoid using function definitions like "Int getData( Void )" and use "Int getData()" instead.