Why std::function::argument_type has been deprecated?

Viewed 2855

I've seen on cppreference that std::function::argument_type was deprecated in C++17. What is the reason behind it? And what ISO WG21 paper was proposing that?

2 Answers
Related