Commit 7fe7519
[except.handle] Remove confusing comparison to variadic functions
The analogy that the ellipsis in an exception handler was similar to an
ellipsis in a function declaration may have made sense at one time, but
the comparison with a syntax using a macro based API calling 'va_arg'
to access its contents --- something that is not possible for an
exception handler --- seems more confusing than helpful today.1 parent 47da0e8 commit 7fe7519
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
| 607 | + | |
611 | 608 | | |
612 | 609 | | |
613 | 610 | | |
| |||
0 commit comments