
Since nothrow was used, the return value should be checked. By moving the null-check after the node allocation part, we'll detect it.
Since nothrow was used, the return value should be checked. By moving the null-check after the node allocation part, we'll detect it.