CGAL 5 requires std=c++14
In order to compile v2012 against my install of CGAL 5 (ArchLinux, GCC v11.1) I had to bump the C++ standard to c++14 in wmake/rules/General/Gcc/c++
as c++11 is not sufficient to handle CGAL 5. I did not try more recent standards.