72,74d71 < /* operator= should never be used with rvalue, otherwise it is causing invalid reads */ < basic_string_ref& operator=(const std::string&& other) = delete; <