Add a comment why method is not implemented

This commit is contained in:
Vasilii Rogin 2023-05-15 19:02:30 +03:00
parent 141d011722
commit 5a05df659d
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ public:
}
void SetArray(const ProgramValue& key, ArrayElement&& val, bool allowUnset)
{
// TODO
throw std::invalid_argument("This method is not used for associative arrays thus it is not implemented");
}
void ResizeArray(int newLen)
{