For example:
int foo[1000]; CLASSDESC_ADD_GLOBAL(foo);
foo is missing in action.
Workaround - use vector<int> instead.
vector<int>
Diff:
--- old +++ new @@ -5,4 +5,4 @@ foo is missing in action. -Workaround - use vector<int> instead. +Workaround - use `vector<int>` instead.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
--- old +++ new @@ -1,8 +1,9 @@ For example: +~~~~ int foo[1000]; CLASSDESC_ADD_GLOBAL(foo); - +~~~~ foo is missing in action. Workaround - use `vector<int>` instead.
Diff:
Diff: