Open
Description
The method resize (TeamSpec) is ambiguous in case of two dimensions:
template<typename... Args>
void resize(SizeType arg, Args... args)
vs.
void resize(dim_t dim, SizeType extent)
e.g. the call teamspec.resize(2,1) doesn't compile.
Currently, I don't have a solution, in case we want to keep both functionalities.