Remove CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG
CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG was removed from CGAL in 2012, see https://github.com/CGAL/cgal/commit/aeeca8ea51d23244a7901eb2de2841bdb0eedf11
Clang has fully supported C++11, including the new array initialization syntax, since version 3.3 which was released in 2013. See https://lwn.net/Articles/555173/