[libstdc++-v3][C++14] Implement N3654 - Quoted Strings

Jonathan Wakely jwakely.gcc@gmail.com
Sat Jun 8 15:48:00 GMT 2013


On 6 June 2013 15:55, Ed Smith-Rowland wrote:
> On 06/05/2013 04:01 PM, Jonathan Wakely wrote:
>>
>>
>> _Quoted_string appears to do two copies of the string, one for the
>> constructor argument and one for the member variable, do they
>> definitely get elided?
>
> I looks that way.  But all used of the template parm String are either
> references or pointers so these operations should be efficient.

Ahh, I didn't notice that, sorry.



More information about the Gcc-patches mailing list