Have you ever seen something like
Some_Class::some_static_function(Some_Class::Enum_Value)
or
object_of_some_class.method(Some_Class::Enum_Value)
It would be nice if the Some_Class:: prefix were inferred or implicit in the parameter list.
No comments:
Post a Comment