17 Apr
2010
17 Apr
'10
12:02 a.m.
Just started using Boost, and these three lines (which compile in another project) fail here:
// Get a list of endpoints corresponding to the server name. tcp::resolver theResolver(boost::asio::io_service);
This is a function declaration.
Thanks for the reply, Steven. Yes, as it turns out, the previous programmer had created a lot of local variables with the same names as other symbols in the Boost namespaces. This created confusion when refactoring the code.