Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 22, 2023
1 parent e336d1e commit 167feb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/constraints/ConstraintBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class ConstraintBuilder
class ConstraintBuilderInvalidOperator : public std::runtime_error
{
public:
using std::runtime_error::std::runtime_error;
using std::runtime_error::runtime_error;
};

/*!
Expand Down

0 comments on commit 167feb8

Please sign in to comment.