bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] SVN 582 and CLANG ... error in PrintBuffer.cc


From: Fausto Saporito
Subject: [Bug-apl] SVN 582 and CLANG ... error in PrintBuffer.cc
Date: Tue, 31 Mar 2015 16:27:36 +0200

Hello,

I trying to compile again the latest version with CLANG. The previous
errors has been fixed, but now I have this new:

PrintBuffer.cc:128:9: error: variable length array of non-POD element
type 'PrintBuffer'

        DynArray(PrintBuffer, pcols, cols);

        ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

                                             ^

PrintBuffer.cc:131:14: error: variable length array of non-POD element
type 'PrintBuffer'

             DynArray(PrintBuffer, item_matrix, ec);

             ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

                                             ^

PrintBuffer.cc:149:14: error: variable length array of non-POD element
type 'PrintBuffer'

             DynArray(PrintBuffer, item_matrix, ec);

             ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

Please could you check it ?

thanks,
Fausto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]