fix bug--forgot to put the functions into nameless namespace

This commit is contained in:
stereomatchingkiss
2016-06-01 02:40:14 +08:00
parent 4ea13b02ac
commit 3ee8906a6b
+4
View File
@@ -31,6 +31,8 @@ namespace data {
namespace details{
namespace{
template<typename Tokenizer>
std::vector<std::string> ToTokens(Tokenizer &lineTok)
{
@@ -97,6 +99,8 @@ void MapToNumerical(const std::vector<std::string> &tokens,
}
}
template<typename eT>
bool inline inplace_transpose(arma::Mat<eT>& X)
{