Naios / function2

Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more
http://naios.github.io/function2
Boost Software License 1.0
539 stars 47 forks source link

Wording #16

Closed FrankHB closed 6 years ago

FrankHB commented 6 years ago

@Naios

fu2::function<void(int, float) const>
// Return type ~^   ^     ^     ^
// Arguments ~~~~~~~|~~~~~|     ^
// Qualifier ~~~~~~~~~~~~~~~~~~~|

"Arguments" seems the wrong term, and it should be "parameters". They are indeed parts of an argument (void(int, float) const) in the sense of type arguments of the template function, but not the function arguments in the function call syntax used in client code. It seems incorrect to put it next to "return type".

Naios commented 6 years ago

Thanks for your bug report. It was fixed due to version v3.1.0.