Make structure information "obsolete" a vector of bool.
+ remove an obsolete assertion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user