Commit 9acc5aad authored by Paul's avatar Paul
Browse files

Fix compile error

parent d5ef3394
......@@ -45,7 +45,7 @@ struct common_dim_state
auto dim_end = compute_end_dim(it, dims->end(), d);
return range(it, dim_end);
}
}
};
common_dims
common_dims::compute(const std::vector<std::size_t>& dims1, const std::vector<std::size_t>& dims2)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment