[2427] Use pointer for last_name_
Instead of a Name directly and paired bool to check if it was initialized. This avoids using a "dummy" value to initialize it, because Name can't be uninitialized.
Please register or sign in to comment
Instead of a Name directly and paired bool to check if it was initialized. This avoids using a "dummy" value to initialize it, because Name can't be uninitialized.