Enforce c++14 in CLING

I working with ROOT 6.06/01.
Can I enforce c++14 when interpreting a c++ script?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Not sure how much C++14 support we had in 6.06…

In general, ROOT needs to be built with C++14 support on; then cling has it automatically. cling’s and ROOT’s C++ standard should match.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.