There some problem with boost asio library.
I am trying to build simple example from the official site but my attempts are not have a success.
Link to example: http://www.boost.org/doc/libs/1_38_0/doc/html/boost_asio/example/iostreams/daytime_client.cpp
If i include "cctype" header before "boost/asio.hpp" header, the build will be successful.
This is a feature or a bug?
I use MinGW 4.6 + STLPort 5.21 + boost 1.49.0.
There some problem with boost asio library.
I am trying to build simple example from the official site but my attempts are not have a success.
Link to example: http://www.boost.org/doc/libs/1_38_0/doc/html/boost_asio/example/iostreams/daytime_client.cpp
If i include "cctype" header before "boost/asio.hpp" header, the build will be successful.
This is a feature or a bug?
I use MinGW 4.6 + STLPort 5.21 + boost 1.49.0.