Why C++ doesn't support named parameter -


previously, worked python. in python used named parameter(keyword argument) function calls. wikipedia page named parameter tells c++ doesn't support it. why c++ doesn't support named parameter?. support in future version of c++ standard?

why c++ doesn't support named parameter

because such feature has not been introduced standard. feature didn't (and doesn't) exist in c either, c++ based on.

does support in future version of c++ standard?

maybe. proposal has been written it. depends on whether proposal voted standard.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -