1
Network / Re: sf::NonCopyable
« on: November 02, 2015, 04:28:37 pm »
In this case, you need to pass std::ref(server) to sf::Thread to explicitly tell to the compiler that the argument is a reference. Otherwise, the compiler tries to perform a copy.