K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-26T15:16:48.018270Z K 7 svn:log V 1176 games/xevil: unbreak build with Clang 6 (C++14 by default) libc++ doesn't like "using namespace std" in C++11 role.cpp:656:62: error: invalid operands to binary expression ('__bind' and 'int') if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) >= 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ role.cpp:1829:70: error: invalid operands to binary expression ('__bind' and 'int') if (bind(tcpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ role.cpp:1836:70: error: invalid operands to binary expression ('__bind' and 'int') if (bind(udpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ serverping.cpp:173:60: error: invalid operands to binary expression ('__bind' and 'int') if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: pkg-fallout END