[cfe-dev] automatic constructors a la GLSL?

John McCall rjmccall at apple.com
Thu Sep 9 11:15:22 PDT 2010


On Sep 9, 2010, at 11:12 AM, Michael Price wrote:
> In C++0x, it would be better to use the staticly-sized std::array<intval> type rather than a dynamically sized vector.  Or maybe even a std::tuple.

I think you are confusing std::vector with the builtin vector type.  We are talking about the latter here.

John.



More information about the cfe-dev mailing list