mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Explicit instantiate the template function
This commit is contained in:
parent
49b0af2c95
commit
15c50a7442
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user