I\'m creating a server application in C++11 using Boost.Asio. I\'ve created a class, Server, which takes care of accepting new connections. It\'s basically just
Server