$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Kalugin (p.kalugin_at_[hidden])
Date: 2007-01-13 00:27:11
Pavel Kalugin:
> The solution is to move #endif from line 103 to line 98.
... and #endif on line 342 to line 308. The correct patch is:
Index: error.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/error.hpp,v
retrieving revision 1.11
diff -r1.11 error.hpp
97a98
> #endif // !defined(BOOST_WINDOWS) && !defined(__CYGWIN__)
103d103
< #endif // !defined(BOOST_WINDOWS) && !defined(__CYGWIN__)
307a308,309
> #endif // !defined(BOOST_WINDOWS) && !defined(__CYGWIN__)
>
342,343d343
< #endif // !defined(BOOST_WINDOWS) && !defined(__CYGWIN__)
<
-- Pavel