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
// is used often in a project and works as expected then this is
3572
3572
// a portability issue
3573
3573
constchar* id = isLHS ? "shiftNegativeLHS" : "shiftNegative";
3574
-
const std::string msg = isLHS ? "Shifting a negative value is technically undefined behaviour" : "Shifting by a negative value is undefined behaviour";
3574
+
const std::string msg = isLHS ? "Shifting a negative value is technically undefined behaviour" : "Shifting by a negative value is undefined behaviour";
0 commit comments