[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

Sebastian Redl sebastian.redl at getdesigned.at
Fri Dec 12 14:12:07 PST 2008


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 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.

Sebastian



More information about the cfe-commits mailing list