Remove pedantic ;s.
This commit is contained in:
@@ -107,8 +107,8 @@ class MeanSplit
|
||||
std::vector<size_t>& oldFromNew);
|
||||
};
|
||||
|
||||
}; // namespace tree
|
||||
}; // namespace mlpack
|
||||
} // namespace tree
|
||||
} // namespace mlpack
|
||||
|
||||
// Include implementation.
|
||||
#include "mean_split_impl.hpp"
|
||||
|
||||
@@ -266,7 +266,7 @@ size_t MeanSplit<BoundType, MatType>::
|
||||
return left;
|
||||
}
|
||||
|
||||
}; // namespace tree
|
||||
}; // namespace mlpack
|
||||
} // namespace tree
|
||||
} // namespace mlpack
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user