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
/usr/ports/devel/xeus-cling/work/xeus-cling-0.15.3/src/xinput.cpp:36:69: error: too few arguments to function call, expected 3, have 2 36 | value = xeus::blocking_input_request("", false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/xeus/xinput.hpp:21:17: note: 'blocking_input_request' declared here 21 | std::string blocking_input_request( | ^ 22 | xrequest_context context, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 23 | const std::string& prompt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 | bool password | ~~~~~~~~~~~~~ 1 error generated.
FreeBSD 14.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: