QtSocketIo icon indicating copy to clipboard operation
QtSocketIo copied to clipboard

Compilation Error

Open stonexjr opened this issue 10 years ago • 0 comments

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.

stonexjr avatar Oct 14 '14 17:10 stonexjr