| commit | 233f5800717aeb34ca4d4a40d6ade3355d40b356 | [log] [tgz] |
|---|---|---|
| author | Chris Sherlock <chris.sherlock79@gmail.com> | Fri Apr 25 20:56:35 2014 +1000 |
| committer | Chris Sherlock <chris.sherlock79@gmail.com> | Fri Apr 25 22:36:32 2014 +1000 |
| tree | 0b5796f3b19831cc37f35a80243dd23300fcc3b2 | |
| parent | 8fd08d76374c348bc1b46f6387d00a755a619290 [diff] |
VCL: ImpObjStack replaced with std::stack ImpObjStack uses it's own home-grown stack and stack functions. There is a function that unwinds the stack, but really it would be better if we used std::set. In fact, this is better, because the name ImpObjStack is really not terribly descriptive. I've replaced it with a stack of OutDevState objects. Change-Id: I87bdd4340ad77b7ffd9ff176fa5a9ffeac8b8666