[mlpack-git] master: Fix extraneous template parameter list. (25fde1e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Oct 19 16:04:42 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/09cd0d67f2fdae252a8ab85324e71dbb4dfe0010...fecf1194c123ced12d56e7daad761c7b9aaac262

>---------------------------------------------------------------

commit 25fde1e0484518263e3c72550a86fe11aa52e582
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Oct 18 08:45:59 2015 -0400

    Fix extraneous template parameter list.


>---------------------------------------------------------------

25fde1e0484518263e3c72550a86fe11aa52e582
 src/mlpack/core/tree/hrectbound.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/core/tree/hrectbound.hpp b/src/mlpack/core/tree/hrectbound.hpp
index 13bf1cc..151402e 100644
--- a/src/mlpack/core/tree/hrectbound.hpp
+++ b/src/mlpack/core/tree/hrectbound.hpp
@@ -28,7 +28,6 @@ struct IsLMetric
 };
 
 //! Specialization for IsLMetric when the argument is of type LMetric.
-template<>
 template<int Power, bool TakeRoot>
 struct IsLMetric<metric::LMetric<Power, TakeRoot>>
 {



More information about the mlpack-git mailing list