I tried googling ...
but as expected, google ignored it.
I have this code :
try {
// some code
}
catch( ... ) {
// catch logic
}
I'm guessing that ...
means any kind of exceptions, am I right ?
any other usages for this ?
I am aware of three use cases:
And another one, which I missed, is preprocessing: variadic macros