[mlpack-git] master: remove suggestions of add ARMA_USE_CXX11 (c92dd2f)

gitdub at mlpack.org gitdub at mlpack.org
Sat Apr 16 01:26:21 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ebf77f8b13323a87c433b6f639deb2369188b00c...b08ae02b90e18f97366b236e7a4d8725cd6e9050

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

commit c92dd2fc6561b1cf40efb744dcc9233bc3675c91
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Sat Apr 16 13:26:21 2016 +0800

    remove suggestions of add ARMA_USE_CXX11


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

c92dd2fc6561b1cf40efb744dcc9233bc3675c91
 src/mlpack/core/util/split_data.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mlpack/core/util/split_data.hpp b/src/mlpack/core/util/split_data.hpp
index fc695c7..04fc6f0 100644
--- a/src/mlpack/core/util/split_data.hpp
+++ b/src/mlpack/core/util/split_data.hpp
@@ -13,8 +13,7 @@ namespace mlpack {
 namespace util {
 
 /**
- *Split training data and test data, please define
- *ARMA_USE_CXX11 to enable move of c++11
+ *Split training data and test data
  *@param input input data want to split
  *@param label input label want to split
  *@param trainData training data split by input




More information about the mlpack-git mailing list