[mlpack-git] master: Attempt to fix Windows build. (131401b)

gitdub at mlpack.org gitdub at mlpack.org
Thu Nov 3 10:02:13 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/68018ae4eb4f579ff12e693515ce1ed03f81bf31...131401b3c9f1c1c00dae6fe1c9e42289330dc26a

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

commit 131401b3c9f1c1c00dae6fe1c9e42289330dc26a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Nov 3 10:02:13 2016 -0400

    Attempt to fix Windows build.


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

131401b3c9f1c1c00dae6fe1c9e42289330dc26a
 src/mlpack/core/util/cli.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/core/util/cli.hpp b/src/mlpack/core/util/cli.hpp
index d1e7d7c..0e4c3da 100644
--- a/src/mlpack/core/util/cli.hpp
+++ b/src/mlpack/core/util/cli.hpp
@@ -59,7 +59,6 @@ struct ParameterType
  * arma::mat (since it is not clear how to specify a matrix on the
  * command-line).
  */
-template<>
 template<typename eT>
 struct ParameterType<arma::Mat<eT>>
 {




More information about the mlpack-git mailing list