1 Aug
2014
1 Aug
'14
8:38 p.m.
Андрей Давыдов wrote:
Those errors can be caught at compile time if class "basic_string_ref" defintion would contain lines like following:
template<typename Allocator> basic_string_ref(std::basic_string
&&) = delete; I cannot understant does it prevent any correct usage of string_ref?
+1. I can't think of a good reason to allow this.
Nate