mehdi_amini added a comment.

In https://reviews.llvm.org/D25624#582752, @mehdi_amini wrote:

> (The commit message is confusing, it mentions "Currently basic_string's 
> destructor is not getting inlined. So adding 'inline' attribute to 
> ~basic_string()", please add the quote of the standard and mention that it 
> enables instantiation)


(i.e. "inline" does not cause directly "inlining" here, this comes as a side 
effect of just starting to emit it)


https://reviews.llvm.org/D25624



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to