Commit 2863fb51 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Use nested namespace declaration

(cherry picked from commit e50b79cd)
parent f609bed2
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 {
    /**