representative.cpp: satisfy clang
Clang doesn't allow the declaration of a variable-length array with a non-POD type. Thus we do it the classical way.
Please register or sign in to comment
Clang doesn't allow the declaration of a variable-length array with a non-POD type. Thus we do it the classical way.