[cfe-dev] Compile errors with MSVC 2005 (SVN revision 53516)

Ted Kremenek kremenek at apple.com
Sat Jul 12 11:30:17 PDT 2008


On Jul 12, 2008, at 10:20 AM, Cédric Venet wrote:

> Yes, I just changed
> 	typedef typename super::pointer pointer;
> to
> 	typedef ValueT* pointer;

I've applied this patch.  Hopefully we can find a better workaround.   
This solution also only goes half way (what to do about "reference"?).



More information about the cfe-dev mailing list