Path: utzoo!attcan!uunet!cs.utexas.edu!pp!pink!rfg From: rfg@pink.ACA.MCC.COM (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: ellipsis & default args Message-ID: <240@pink.ACA.MCC.COM> Date: 8 Jun 89 23:39:24 GMT Reply-To: rfg@MCC.COM (Ron Guilmette) Organization: MCC Austin, Texas Lines: 11 Is the following code legal? void function (int arg1, int arg2 = 99, ...) { } Cfront 1.2 thinks so but G++ 1.35.0 doesn't. -- // Ron Guilmette - MCC - Experimental Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg