Make structure information "obsolete" a vector of bool.

+ remove an obsolete assertion
This commit is contained in:
asuessenbach
2020-12-10 11:11:13 +01:00
parent 8e8fd27337
commit 4bc8906990
3 changed files with 13 additions and 9 deletions

View File

@@ -222,7 +222,7 @@ private:
std::string bitCount;
std::vector<std::string> len;
bool noAutoValidity = false;
bool optional = false;
std::vector<bool> optional;
std::string selection;
std::string selector;
std::vector<std::string> values;