fix clang-tidy

This commit is contained in:
Mayukha Vadari
2026-05-14 18:36:48 -04:00
parent 554c0baa0a
commit 144835ca5d
5 changed files with 76 additions and 42 deletions

View File

@@ -48,6 +48,7 @@ public:
operator=(SLEBase const&) = delete;
SLEBase&
operator=(SLEBase&&) = delete;
SLEBase() = delete;
// --- Common interface (always available) ---
@@ -176,8 +177,6 @@ public:
}
protected:
SLEBase() = delete;
/** Constructor for read-only context */
explicit SLEBase(
SLE::const_pointer sle,