Skip to content

Commit

Permalink
C++20 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Feb 12, 2024
1 parent dfcac71 commit ef2326f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByB
//! Name which will be used when parsing a GeneralisedObjectiveFunction object
static const char* const registered_name;

PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin<TargetT>();
PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin();

//! Computes the gradient of the objective function at the \a current_estimate overwriting \a gradient.
/*!
Expand Down

0 comments on commit ef2326f

Please sign in to comment.