mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Explicit instantiate the template function
This commit is contained in:
@ -153,6 +153,9 @@ void GridCmdOptionIntVector(const std::string &str,VectorInt & vec)
|
||||
return;
|
||||
}
|
||||
|
||||
template void GridCmdOptionIntVector(const std::string &str,std::vector<int> & vec);
|
||||
template void GridCmdOptionIntVector(const std::string &str,Coordinate & vec);
|
||||
|
||||
void GridCmdOptionInt(std::string &str,int & val)
|
||||
{
|
||||
std::stringstream ss(str);
|
||||
|
Reference in New Issue
Block a user