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) {