vinayakdsci wrote:

@AaronBallman C++17 and later mark all of these constructor calls as 
_non_-elidable after ignoring the implicit casts, while C++14 and before mark 
the constructor that is assigned by `=` as elidable, and hence the warning. 
Should the constructor also be marked as elidable in C++ 17 and later, or not 
marked as elidable in C++14 and earlier?

https://github.com/llvm/llvm-project/pull/81127
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to