-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platforms 2018-01-29, Platforms 2018-02-12
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
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