Replace unsafe C functions Proposal

Is it not better to just deprecate the existing Getter and add one with slightly different syntax?
e.g.

std::string const& Member() const { return this->Member; }