-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++ Misc Cleanup: More override, std-header, std::make_* usage, ..
- Use override for virtual function overrides (incl. dtor) - Use C++ std headers, e.g. cctype instead of ctype.h - Use global anonym namespace for system functions or std:: system functions, whichever is applicable - Use std::make_shared<StreamSocket>(..) - Use std::make_unique<Watchdog>() - Use 'const' where applicable - Use pre-incr where applicable - Use typename where applicable - Drop redundant type conversions Signed-off-by: Sven Göthel <[email protected]> Change-Id: Id844187c82fce3c6e9bceb512c07180705608ebc
- Loading branch information
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters