Coverity complains "Big parameter passed by value" in /usr/include/c++/4.6/bits/stl_heap.h
Gabriel Dos Reis
gdr@integrable-solutions.net
Thu Jul 25 14:44:00 GMT 2013
On Thu, Jul 25, 2013 at 8:59 AM, Marc Glisse <marc.glisse@inria.fr> wrote:
> I forgot to mention: there is a small style issue where those reference
> arguments have the space before the reference while libstdc++ seems to favor
> the reverse (_Tp &__x vs _Tp& __x), but that's really a detail.
It is "T& x" not "T &x".
-- Gaby
More information about the Libstdc++
mailing list