LDC master is now at 2.066.1-rc2
    Trass3r via digitalmars-d-ldc 
    digitalmars-d-ldc at puremagic.com
       
    Mon Sep 22 13:49:15 PDT 2014
    
    
  
> diff --git a/gen/toir.cpp b/gen/toir.cpp
> index 3889086..ca2c387 100644
> --- a/gen/toir.cpp
> +++ b/gen/toir.cpp
> @@ -3052,9 +3052,6 @@ DValue *toElemDtor(Expression *e)
>      public:
>          std::vector<Expression*> edtors;
>
> -        // Import all functions from class StoppableVisitor
> -        using StoppableVisitor::visit;
> -
>          virtual void visit(Expression *e)
>          {
>          }
The proper way to fix this is to pull the class out of the 
function instead.
Already created a bug report for MSVC.
    
    
More information about the digitalmars-d-ldc
mailing list