$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: JD (jean.daniel.michaud_at_[hidden])
Date: 2007-05-06 15:49:49
Hi,
I've been trying to use Boost.Asio in a project and compilation
failed with VC 8.0. Compiler complains that unary operator! that should
be member of asio::error is not defined. I tried to compile
lib/asio/example/http/client/ from CVS HEAD and got another compile issue:
..\..\..\..\..\boost/asio/ip/unicast.hpp(62) : error C2065:
'IPV6_UNICAST_HOPS': undeclared identifier
Is there known compile issue with asio?
Thanks for your help.
JD