I've always thought of default arguments to be plain syntactic sugar, so
for void f(int i, int j=5) f(1) is simply transformed to f(1,5) and the
rest is the same.
- Re: What to do about default function... Don Clugston
- Re: What to do about default func... Timon Gehr
- Re: What to do about default function... Walter Bright
- Re: What to do about default function arguments Don Clugston
- Re: What to do about default function argumen... Timon Gehr
- Re: What to do about default function arg... Don Clugston
- Re: What to do about default function... Timon Gehr
- Re: What to do about default func... Don Clugston
- Re: What to do about default function arguments Jacob Carlborg
- Re: What to do about default function argumen... Walter Bright
- Re: What to do about default function arguments Trass3r
- Re: What to do about default function arguments Michel Fortin
- Re: What to do about default function arguments deadalnix
- Re: What to do about default function arguments bearophile
- Re: What to do about default function argumen... Jonathan M Davis
- Re: What to do about default function arguments Steven Schveighoffer
- Re: What to do about default function argumen... Steven Schveighoffer
- Re: What to do about default function arguments Joseph Rushton Wakeling
- Re: What to do about default function argumen... Jonathan M Davis
- Re: What to do about default function arg... Joseph Rushton Wakeling
