Skip to content

fixes and improvements for ROOT 6.08 and gcc 6.1

Marco Clemencic requested to merge gcc-new-abi into master
  • added option to use or not GCC old C++11 ABI (off by default)
  • added some missing #include for the usual headers clean up in gcc
  • fixed a few places where old GCC behaviour was assumed
  • fixed default C++ standard version for clang >= 3.7
  • fixed GAUDI-1242

Merge request reports