Delete forbidden functions
This commit is contained in:
parent
b2cd1cf6c3
commit
ab5c29ced1
1 changed files with 2 additions and 2 deletions
|
@ -320,8 +320,8 @@ public:
|
|||
|
||||
private:
|
||||
// forbidden operations
|
||||
game(const game&);
|
||||
void operator=(const game&);
|
||||
game(const game&) = delete;
|
||||
void operator=(const game&) = delete;
|
||||
|
||||
std::size_t current_side() const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue