/// boost_asio_cygwin_bug /// --------------------- /// this simple program demonstrate the header for boost::asio /// can't compile with gcc in a Cygwin environment. /// /// compile with: /// gcc -c boost_asio_cygwin_bug.cpp /// #include #include #include #include int main(int argc, char* argv[]) { return 0; }