Debian Package rebuild

Rebuild of the Debian archive with clang

"Variable length array for a non POD (plain old data) element" build failure(s)
clang 3.8.1
Return to the list
The following code is not (and won't) supported by clang.
#include <vector>

void foo() {
    int N=2;
    std::vector<int> best[2][N];
}

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
cwidget 0.5.17-4fragment.cc:1432:23: error: variable length array of non-POD element type 'cwidget::argument' Log
kaffeine 2.0.4-1vlcmediawidget.cpp:53:16: error: variable length array of non-POD element type 'QByteArray' Log
qjoypad 4.1.0-1layout_edit.cpp:42:18: error: variable length array of non-POD element type 'QString' Log 752125
steghide 0.5.1-10BmpFile.cc:217:44: error: variable length array of non-POD element type 'std::vector' Log 750123
voxbo 1.8.5~svn1246-2tes.cpp:1339:12: error: variable length array of non-POD element type 'Tes' Log
5 errors
Return to the list