QtSocketIo
QtSocketIo copied to clipboard
Compilation Error
Compiling the project source throws the following message: F:\QtSocketIo-master\src\socketio\qcallback.h:23: error: C2143: syntax error : missing ',' before '...'
It seems like the errors point to many instances like template <typename...> in qcallback.h where there are three dots in the brackets. Is it kinda new feature of C++? Thanks! BTW: I'm using QtCreator 3.2.1 with VS2010 x64 compiler.