[cfe-commits] r60900 - in /cfe/trunk: include/clang/Parse/Ownership.h include/clang/Parse/Parser.h lib/Parse/ParseDecl.cpp lib/Parse/ParseExpr.cpp lib/Parse/ParseExprCXX.cpp lib/Parse/ParseInit.cpp lib/Parse/ParseObjc.cpp lib/Parse/ParseStmt.cpp

steve naroff snaroff at apple.com
Fri Dec 12 14:22:44 PST 2008


On Dec 12, 2008, at 5:12 PM, Sebastian Redl wrote:

> steve naroff wrote:
>> Hi Sebastian,
>>
>> Your recent smart pointer work isn't happy on Windows.
>>
>> I get 52 identical errors that all say  
>> 'clang::ASTOwningResult<Destroyer>::operator =': cannot access  
>> private member declared in class 'clang::ASTOwningResult<Destroyer>'
>>
>> Please advise - thanks,
> Which version of Visual Studio? Also, can you give me an example  
> line of code where it wants to use this operator?
>

I'm using VS 2005 (version 8.0.50727.42). I've forwarded a screen dump  
with many of the lines...

Thanks for the quick response...

snaroff


> I would really hate it if we couldn't use this form of emulation  
> because of a MS bug. That would mean a lot of work for nothing.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 23.png
Type: image/png
Size: 29014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081212/6aa69bfa/attachment.png>
-------------- next part --------------

> Sebastian



More information about the cfe-commits mailing list