Github user mattf-horton commented on the issue:

    https://github.com/apache/incubator-metron/pull/414
  
    A further comment on multiple optional parameters:  C++ allows multiple 
optional (defaulted) arguments, and does not support named arguments.  The rule 
"if a later optional arg is provided, all preceding optional args must also be 
provided, even if with trivial values", is exactly what C++ does. It is also 
consistent with what Python does when multiple defaulted arguments are provided 
positionally instead of as "named arguments" -- altho of course in Python one 
probably would use the named args instead.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to