Re: syntaxic shugar proposition : generic do block
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: syntaxic shugar proposition : generic do block
- From: Andreas Stenius <kaos@...>
- Date: 2006年11月29日 08:52:58 +0100
Mildred skrev:
[...]
What do you think ?
I'm not sure I follow what your syntax would expand to... or how you'd
like to use it. Can't make sense of it.
[...]
Maybe it could be possible to define ... even outside variadic
functions. It would just expand the vararg of the enclosing function.
I agree, I've run across this too.
My work-around was to pass the ... to the enclosed function..
//A