Regarding WITH_CLEANUP_EXPR

2007-12-22 Thread Prabhanjan Kambadur
Dear All, This is Anju from IU, Bloomington. I am trying to inject some code into the program and encountered a strange error enroute. Essentially, I am trying to create an std::vector and then call "resize()" on it. "T" is program dependent. When "T" is a primitive type, everything seems to work

Re: Regarding tree traversal

2007-02-07 Thread Prabhanjan Kambadur
Yup, what you answered is indeed what I want Thanks, Anju

Regarding tree traversal

2007-02-07 Thread Prabhanjan Kambadur
I am new to this list, so please excuse any obvious mistakes. I am trying to check if two types are equal or one is derived from the other within the compiler. One of the types is a struct that is defined under the std namescope. How do I search for a "node" that is a TYPE_DECL of the structure th