id summary reporter owner description type status milestone component version severity resolution keywords cc 2156 ncurses.h and boost.asio problem Rubén Lara chris_kohlhoff "Hi all! To reproduce:[[BR]] #include [[BR]] #include [[BR]] If i try to include both libraries together i get next error:[[BR]] $ g++ -lncurses -lboost_system -lboost_thread -o main *.cpp /usr/include/boost/asio/detail/socket_option.hpp:242: error: ‘stdscr’ is not a type /usr/include/boost/asio/detail/socket_option.hpp:252: error: ‘stdscr’ is not a type /usr/include/boost/asio/detail/socket_option.hpp:252: error: expected identifier before ‘)’ token " Bugs closed Boost 1.36.0 asio Boost 1.35.0 Problem fixed ncurses.h