
13 Jan
2007
13 Jan
'07
5:27 a.m.
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