Axel Naumann
Axel Naumann
Thanks a lot, @glebm for your recommendation, much appreciated!
Pending details we could participate with expertise on ROOT, cling and PyROOT/cppyy. Let us know!
That's intentional: we don't want to rebuild libCore because the git hash changes. The only way out would be to have `TROOT::GetGitCommit()` read a text file rather than rebuilding anything....
We require that the language standard including the header is the same as the one used to configure ROOT. Would enforcing that be another option to solve this? Can you...
I cannot follow. Can you point out where GCC states that their ABI and stdlib API is compatible for different C++ standard versions? Jonathan Wakely's statement is indeed an excellent...
> I propose to change the name on the premise that users are allowed to link to ROOT with different standards. That's a misconception; they are not allowed to do...
We don't want to change the spelling of the std types. The implementation can be in whatever namespace as long as it's different from the stdlib namespace (to cause linker...
@phsft-bot build
@phsft-bot build just on windows10/cxx14
``` root [0] .rawInput Using raw input root [1] void test() { return 1; } ROOT_prompt_1:1:15: error: void function 'test' should not return a value [-Wreturn-type] void test() { return...