Andre Poenitz <[EMAIL PROTECTED]> writes: | Why moving > | +inline | +bool operator!=(PosIterator const & lhs, PosIterator const & rhs) | +{ | + return !(lhs == rhs); | +} > | into the header?
I thought: this is super simple and obvious why not let it have the possibility to be inlined. | Have you profiler data indicating that this is a bottleneck? No... but I must admit that my approach to inline functions has changed somewhat: simple and obvious: why not inline it. -- Lgb