[cfe-commits] r61165 - in /cfe/trunk: include/clang/AST/Expr.h lib/Sema/SemaExpr.cpp lib/Sema/SemaNamedCast.cpp test/SemaCXX/type-dependent-exprs.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Thu Dec 18 10:33:29 PST 2008


Douglas Gregor wrote:
>
> Here's one example: if the destination type of a dynamic_cast 
> expression is a non-dependent type that is neither a reference nor a 
> pointer type, we could produce that error while we're in the template 
> definition instead of waiting until the instantiation.
I see. Sounds like something for a rainy day, so the FIXME feels right.

Sebastian



More information about the cfe-commits mailing list