Skip to content

Add missing std::

Mattias Ellert requested to merge ellert/dmlite:missing-std into develop

The development branch of xrootd has removed all uses of "using namespace std" from its installed header files. Code that relies on this will no longer work when these changes are included in a stable release.

Merge request reports