From 4ba94109e1fa99ca8415652115fd0bc40ccc3f87 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Sat, 30 Dec 2017 14:52:11 +0530 Subject: [PATCH] Update decision_tree_test.cpp --- src/mlpack/tests/main_tests/decision_tree_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/main_tests/decision_tree_test.cpp b/src/mlpack/tests/main_tests/decision_tree_test.cpp index d5551def6a..b9a19aa6bd 100644 --- a/src/mlpack/tests/main_tests/decision_tree_test.cpp +++ b/src/mlpack/tests/main_tests/decision_tree_test.cpp @@ -24,7 +24,7 @@ static const std::string testName = "DecisionTree"; using namespace mlpack; // Utility function to set a parameter and mark it as passed, -// using copy semantics for lvalues and move semantics for rvalues +// using copy semantics for lvalues and move semantics for rvalues. template void SetInputParam(const std::string& name, T&& value) {