fs/io/*: make constructors "explicit"
This commit is contained in:
@@ -88,7 +88,7 @@ private:
|
||||
Mode mode;
|
||||
|
||||
public:
|
||||
FileOutputStream(Path _path, Mode _mode=Mode::CREATE);
|
||||
explicit FileOutputStream(Path _path, Mode _mode=Mode::CREATE);
|
||||
|
||||
~FileOutputStream() {
|
||||
if (IsDefined())
|
||||
|
||||
Reference in New Issue
Block a user