
Richard Webb wrote:
Kevin Scarr
writes: The ASIO warning you're seeing is because the struct in question (auto_work) has a reference as a member. VC8/9 produce loads of similar warnings on Boost code. They cause a lot of noise, but don't seem to cause any real problems.
Thanks, Richard I have tried to look into why the warnings were there on the principle that the warnings might be trying to, well, warn me about something. However, these warnings, and a few others, pretty much come in even with the simpler modules, so I have been working on the "noise" hypothesis. I know Chris has done some work with asio (I am only using 0.3.9 right now) to help with some warnings. I just downloaded 1.35 RC2 but I am not sure when I will be able to move to it. Thanks again for your help. Kevin