$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-03-22 21:54:12
Sohail Somani <s.somani <at> fincad.com> writes:
>
> Hi,
>
> Is asio is a header-only library? If so, what are the requirements for
> compilation? If you are using Visual C++ with /Za (language extensions
> disabled), that will cause problems if you include windows.h.
At the moment asio itself is header only and does include windows headers, so
/Za won't work. It's something I'm looking to fix in the longer term.
Cheers,
Chris