27 Jun
2006
27 Jun
'06
3:44 p.m.
Hello, with version 4.2.x of gcc (and Intel's icc) it is no longer possible to circumvent ISO restrictions like this (selected-style.cpp:115):
- _drop((void*[]){0,0}), - _dropEnabled((bool[]){false, false})
Please use normal per-element initialization in the code now.
ralf