You must log in or register to comment.
Something something sufficiently advanced compiler should optimize it away
return !(x < y);
return (x >= y);
also works
Something something sufficiently advanced compiler should optimize it away
return !(x < y);
return (x >= y);
also works