Nick Wellnhofer created CLOWNFISH-22:
----------------------------------------
Summary: Variadic methods
Key: CLOWNFISH-22
URL: https://issues.apache.org/jira/browse/CLOWNFISH-22
Project: Apache Lucy-Clownfish
Issue Type: New Feature
Reporter: Nick Wellnhofer
Priority: Minor
Clownfish should support methods with a variable number of arguments. I can see
two approaches. One is to have methods always take a `va_list`, and have two
versions of the inline method wrappers for `...` and `va_list`. The other would
involve variadic macros (ugly).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)