Delete forbidden functions

This commit is contained in:
Charles Dang 2019-08-11 10:40:03 +11:00
parent b2cd1cf6c3
commit ab5c29ced1

View file

@ -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
{