Ticket #11740: patch

File patch, 171 bytes (added by steweg@…, 7 years ago)

proposed patch

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