Details
-
Improvement
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
Platforms 2018-01-29, Platforms 2018-02-12
Description
Some Command member functions are undergoing small changes in the TypedCommand proposal. For those member functions, it's easier to bulk-migrate the ~200 subclasses than to execute a staged migration plan.
Example:
void help(std::stringstream&) const
becomes
std::string help() const