[Bug c++/21762] Regression: Void functions can't return invocation of pointers to void member functions

2005-05-25 Thread donaldc at csgsolar dot com dot au
-- What|Removed |Added Summary|Void functions can't return |Regression: Void functions |invocation of pointers to |can't return invocation of

[Bug c++/21762] New: Void functions can't return invocation of pointers to void member functions

2005-05-25 Thread donaldc at csgsolar dot com dot au
void member functions Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: donaldc at csgsolar dot com dot au

[Bug c++/19894] pointer-to-void member not rejected in template

2005-05-15 Thread donaldc at csgsolar dot com dot au
--- Additional Comments From donaldc at csgsolar dot com dot au 2005-05-16 03:06 --- > The third paragraph of [8.3.3] aka [dcl.mptr] says: > > A pointer to member shall not point to a static member of a class (9.4), > a member with reference type, or "cv void." I