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
std::string initialization from nullptr is not allowed in C++23. Please change nullptr to empty C-string or whatever.
std::string
nullptr
C++23
webdriverxx/include/webdriverxx/by.h
Line 11 in b8c9ac3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
std::string
initialization fromnullptr
is not allowed inC++23
. Please changenullptr
to empty C-string or whatever.webdriverxx/include/webdriverxx/by.h
Line 11 in b8c9ac3
The text was updated successfully, but these errors were encountered: