j
k
j a
j l
So, adding a const disables all the move constructors and rvalue optimizations.
Yes I was aware of that. See my other post. Still the RVO can kick in which is always preferable (from a performance perspective) over move ctor's?
Back to the thread
Back to the list