Removed unnecessary default constructors.
This commit is contained in:
parent
4795284413
commit
8a587eb57a
@ -23,12 +23,6 @@ class Logger
|
|||||||
public:
|
public:
|
||||||
Logger();
|
Logger();
|
||||||
|
|
||||||
Logger(const Logger &other) = default;
|
|
||||||
Logger &operator=(const Logger &other) = default;
|
|
||||||
|
|
||||||
Logger(Logger &&other) = default;
|
|
||||||
Logger &operator=(Logger &&other) = default;
|
|
||||||
|
|
||||||
ColorStream &outputStream();
|
ColorStream &outputStream();
|
||||||
ColorStream &errorStream();
|
ColorStream &errorStream();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user