This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

#ifdef__cplusplus code bugs.



Just reporting a bug - some of the networking headers = ssock.h, tls.h, in the 2.16.etc. distribution have the code snippet:

#ifdef __cpluplus

blah blah

rather than

#ifdef __cplusplus

Looks as if someone cut/pasted the wrong snippet through that code.

Causes some compile failures if using C++.  Except for the occasional item like this, C++ has been working well for me.