Created on 2013-01-25.00:00:00 last changed 126 months ago
As more variadic functions work their way into my C++ code, I'm getting increasingly annoyed that there isn't a variadic bind. There is a tiny bit of annoyance on exactly what to use. There seems to me to be 2 sensible choices (other people may have others)
1) _args : Use all otherwise unnamed arguments. 2) _3onwards : All arguments from the 3rd onwards.I haven't personally found a need for multiple ranges of variadic arguments, or more complicated chopping (such as getting the last few arguments), and I'd want to hopefully keep this simple if possible!
Bristol 2013: Defer to LEWG.
Filed as LEWG Bug 40, closing as Resolved on the EWG side.
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-07-01 21:57:43 | admin | set | status: ready -> open |
2013-04-28 20:20:29 | admin | set | status: open -> ready |
2013-01-25 00:00:00 | admin | create |