Latest version of asio depends on C++11 feature std::addressof or forces developers to use Boost. C++11 is not supported in older compilers (like g++ 3.2.2). With this dependency I am unable to use asio on mature projects.
I did not found any remark to this dependency or drop of compiler support. Is there an older version which provides support for C++98 and C++03 only compilers?