We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
May only apply to certain compilers, in this case gcc-4.9.
Build output: g++ -Wall -mtune=core2 -march=core2 -msse3 -mfpmath=sse -m64 -O3 -c -o buffer_curl.o buffer_curl.cpp buffer_curl.cpp: In function ‘JAD::Buffer* JAD::http_post_buffer(const char_, JAD::Buffer_, std::string&, const char*, int)’: buffer_curl.cpp:87:32: error: ‘strtok’ was not declared in this scope return_type = strtok(rt,";"); ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
May only apply to certain compilers, in this case gcc-4.9.
Build output:
g++ -Wall -mtune=core2 -march=core2 -msse3 -mfpmath=sse -m64 -O3 -c -o buffer_curl.o buffer_curl.cpp
buffer_curl.cpp: In function ‘JAD::Buffer* JAD::http_post_buffer(const char_, JAD::Buffer_, std::string&, const char*, int)’:
buffer_curl.cpp:87:32: error: ‘strtok’ was not declared in this scope
return_type = strtok(rt,";");
...
The text was updated successfully, but these errors were encountered: