Skip to content

Commit

Permalink
🩹 non-inline method should not be declared inline
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Aug 13, 2024
1 parent cce4181 commit 666f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mqt-core/ir/operations/CompoundOperation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CompoundOperation final : public Operation {

[[nodiscard]] bool isNonUnitaryOperation() const override;

[[nodiscard]] inline bool isSymbolicOperation() const override;
[[nodiscard]] bool isSymbolicOperation() const override;

[[nodiscard]] bool isCustomGate() const;

Expand Down

0 comments on commit 666f2c0

Please sign in to comment.