Should reading negative into unsigned fail via std::cin (gcc, clang disagree)?
I think that both are wrong in C++171 and that the expected output should be: 4294967295 0 While the returned value is correct for the latest versions of both compilers, I think that the ios_base::failbit should be set, but I also think there is a confusion about the notion of field to be converted in … Read more