mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Make operator<< to return void
This should help preventing misuse. No functional change.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public:
|
||||
Option(int v, int min, int max, OnChange = NULL);
|
||||
|
||||
Option& operator=(const std::string& v);
|
||||
Option& operator<<(const Option& o);
|
||||
void operator<<(const Option& o);
|
||||
operator int() const;
|
||||
operator std::string() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user