<div dir="ltr">Hi,<div><br>What should be the value of a pos variable in the following piece of code?<br><br>auto pos = std::string().find("");<br><br></div><div>I couldn't find answer to that and noticed it varies between standard library implementations. For most I've checked pos is 0 (libstdc++, libcxx, msvc). I noticed it is npos for Oracle Solaris SunPRO. I think that both results are explainable. Is it an UB?</div><div><br></div><div>Regards,</div><div>Tomek</div></div>