Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Apr 7, 2024
1 parent 833a139 commit 93087b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class IFDSSolver
using n_t = typename AnalysisDomainTy::n_t;
using i_t = typename AnalysisDomainTy::i_t;

template <typename IfdsDomainTy,
template <typename IfdsDomainTy, typename I,
typename = std::enable_if_t<
std::is_base_of_v<IfdsDomainTy, AnalysisDomainTy>>>
IFDSSolver(IFDSTabulationProblem<IfdsDomainTy, Container> &IFDSProblem,
const i_t *ICF)
const I *ICF)
: IDESolver<WithBinaryValueDomain<AnalysisDomainTy>>(IFDSProblem, ICF) {}

~IFDSSolver() override = default;
Expand Down

0 comments on commit 93087b0

Please sign in to comment.