Commit ecc98fff authored by Konstantin Lion's avatar Konstantin Lion
Browse files

Enable clang compilation in cpp file

parent 1581d57c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public:
     */
    LPWrapper(const LPWrapper& o);

    LPWrapper(LPWrapper&& o) = delete;
    LPWrapper(LPWrapper&&) noexcept = default;

    /**
     * @brief Copy Assignment operator
@@ -108,7 +108,7 @@ public:
     */
    LPWrapper& operator=(const LPWrapper& o);

    LPWrapper& operator=(LPWrapper&& o) = delete;
    LPWrapper& operator=(LPWrapper&&) noexcept = default;

    /**
     * @brief Set up the constraint matrix for the LP problem