webdriverxx icon indicating copy to clipboard operation
webdriverxx copied to clipboard

Compilation error with newest standards on g++

Open tokox opened this issue 1 year ago • 0 comments

std::string initialization from nullptr is not allowed in C++23. Please change nullptr to empty C-string or whatever. https://github.com/GermanAizek/webdriverxx/blob/b8c9ac36360021daca7b0fd006a092b605b19e29/include/webdriverxx/by.h#L11

tokox avatar Sep 30 '23 17:09 tokox