On Thu, 2 Aug 2012, Richard Guenther wrote:

On Thu, Aug 2, 2012 at 1:42 PM, Marc Glisse <marc.gli...@inria.fr> wrote:
Hello,

this patch allows p->~T() when T is (after substitution) a vector, which is
necessary for use in std::vector for instance.

Why not include VECTOR_TYPE in ARITHMETIC_TYPE_P?

I often aim for the least disruptive change...

I just tried to look at the uses of ARITHMETIC_TYPE_P, and the first one I could find was to detect whether the type is convertible to bool :-(

--
Marc Glisse

Reply via email to