You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strconv.cxx:233:10: error: cannot convert 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' to 'bool' in assignment
ok = (S >> result);
Compiling on Alpine Linux
It seems to be linked to boolean being explicit with C++11
(see http://stackoverflow.com/questions/22330765/how-to-fix-istringstream-compiler-error)
I'm not a C++ expert, but it seems easy to fix.
Just wanted to report and make sure I'm correct about the assumption.
The text was updated successfully, but these errors were encountered: