[GL] Move default initialization of Grid members.
The original initialization of the std::array's was by copy anyway and somehow caused in seg faults on mac after adding c++17 standard.
Please register or sign in to comment
The original initialization of the std::array's was by copy anyway and somehow caused in seg faults on mac after adding c++17 standard.