Skip to content

Commit

Permalink
remove unused deduction guide for fisher_f - issue #754
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfolberth committed Feb 11, 2022
1 parent 14ed931 commit 6bd06cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/boost/math/distributions/fisher_f.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ typedef fisher_f_distribution<double> fisher_f;

#ifdef __cpp_deduction_guides
template <class RealType>
fisher_f_distribution(RealType)->fisher_f_distribution<typename boost::math::tools::promote_args<RealType>::type>;
template <class RealType>
fisher_f_distribution(RealType,RealType)->fisher_f_distribution<typename boost::math::tools::promote_args<RealType>::type>;
#endif

Expand Down

0 comments on commit 6bd06cf

Please sign in to comment.