Bug 118996 - "Make Member" does not respect declaration for functions with variable argument list
Summary: "Make Member" does not respect declaration for functions with variable argum...
Status: RESOLVED DUPLICATE of bug 98861
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 3.2.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-25 23:14 UTC by Becheru Petru-Ioan
Modified: 2009-07-24 20:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Becheru Petru-Ioan 2005-12-25 23:14:23 UTC
Version:           3.2.2 (using KDE 3.5.0, Debian Package 4:3.5.0-1 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.14-2-k7

class C {
void Foo(...);//<-- Make Memeber(F2) call
}
void C::Foo( ){/// the 3 dots are not copied
}
Comment 1 Jens Dagerbo 2006-12-16 22:43:18 UTC
Confirmed.
Comment 2 Andreas Pakulat 2009-01-23 23:11:56 UTC
exists also in kdev4
Comment 3 Andreas Pakulat 2009-07-24 20:13:25 UTC
problem is that the C++ support seemingly ignores the ellipsis.

*** This bug has been marked as a duplicate of bug 98861 ***