Commit e50b79cd authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Use nested namespace declaration

parent f5b2b6d4
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -17,12 +17,10 @@
#include <Math/Vector2D.h>
#include <TObject.h>

namespace ROOT {
    namespace Math { // NOLINT
namespace ROOT::Math { // NOLINT
    bool operator<(const ROOT::Math::DisplacementVector2D<ROOT::Math::Cartesian2D<int>>& lhs,
                   const ROOT::Math::DisplacementVector2D<ROOT::Math::Cartesian2D<int>>& rhs);
    }
} // namespace ROOT
} // namespace ROOT::Math

namespace allpix {
    /**