Standard C++11?

Dear All,

I issued some problem with the standard “-std=c++11”. I wanted to know your mind about keep continue to use this option. I know that it gives more features. But what about compatibility.
I am not sure if I should us it or not. I don’t have enough feedback. Someone could give me your feeling about this option ?

Thank you !

Hi,

this is more or less a must in 2016, I do not see significant drawbacks in general. By default this is on for the compilation of ROOT6 and all macros interpreted by it. It’s also possible to select more recent standards too (root.cern.ch/building-root).

Danilo