Removed non-template encodeVector.
This commit is contained in:
parent
eaeaad39e1
commit
ca7b7940b5
2 changed files with 0 additions and 17 deletions
|
@ -108,8 +108,6 @@ namespace JSON {
|
|||
Value fromString(std::string json);
|
||||
Value fromFile(std::string filename);
|
||||
|
||||
std::string encodeVector(std::vector<long long int> & toEncode);
|
||||
|
||||
template <typename T>
|
||||
std::string encodeVector(T begin, T end){
|
||||
std::string result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue