104:28: error: cannot bind 'std::ostream {aka std::basic_ostream<char>}' lvalue to 'std::basic_ostream<char>&&'
In file included from /usr/include/c++/4.9/iostream:39:0,
My checkBoard is a function which checks if the array board will have a winning combination of X's or O's. I'm trying to checkBoard the array to see if it's a winning combination of a tictactoe game.