On Sun, Sep 23, 2012 at 10:09 AM, Marc Glisse <marc.glisse@inria.fr> wrote:
Then that may mean no std::max for vectors, at least until someone makes the
inner type and size of vectors deducible (that would make the vector version
of max more specialized than the generic one and allow overloads without
touching the generic function). Which isn't that bad, people are big enough
to write (x<y)?y:x themselves...
I do not understand why you can't have a syntax such as __vector<T,N>
those extensions. If that syntax isn't there, you should consider adding
it. It is a natural thing to have.