Feature #2667
Mis à jour par Matthieu Decorde il y a presque 6 ans
because of:
./cl/cl.h:#define CL_MAX_LINE_LENGTH 8192
CQP structure property proporty values are limited to 8192
h3. Solution
a- 8192 -> 8192*2
b- more?
c- fix CQP to manage dynamic array lengths
./cl/cl.h:#define CL_MAX_LINE_LENGTH 8192
CQP structure property proporty values are limited to 8192
h3. Solution
a- 8192 -> 8192*2
b- more?
c- fix CQP to manage dynamic array lengths