j
k
j a
j l
"Thorsten Ottosen" wrote:
| - isn't parameter passing suboptimal for e.g. | boost::make_pair(0, 0)? by suboptimal you mean performance-wise?
| - isn't parameter passing suboptimal for e.g. | boost::make_pair(0, 0)?
by suboptimal you mean performance-wise?
Yes. I mean passing all by references when value would be enough (e.g. for int). /Pavel
Back to the thread
Back to the list