Sergey Linev
Sergey Linev
This is virtual method and can be overriden in derived classes. Therefore when such method used in copy constructor or assignment operator, one have to explicitly specify class which used....
Allows to use `-Wzero-as-null-pointer-constant` compiler flag for derived objects
Avoid warnings when -Wzero-as-null-pointer-constant is specified
If external version of `nlohmann/json.hpp` is provided, always test if json_fwd.hpp is there. If not, one only can use versions 3.9 .. 3.10, for which forward declaration match to included...
Allows to specify extension of temporary-created file. Used in webgui to create temporary html files to start web widgets
If external nlohmann/json.hpp used in ROOT, it also has to be used in the tests Should fix #14769
I manage to reproduce error on my docker and seems to be `--headless=new` is a solution. Let see
With `-Dbuiltin_civetweb=OFF` one can try to find and build ROOT with external version of civetweb. But this external version should be compiled with websocket support - which is not always...