Menu

#94 RESTProcess ignores plain arrays

3.x
open
nobody
None
2026-06-26
2026-06-26
No

For example:

int foo[1000];

CLASSDESC_ADD_GLOBAL(foo);

foo is missing in action.

Workaround - use vector<int> instead.

Discussion

  • High Performance Coder

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,4 +5,4 @@
    
     foo is missing in action.
    
    -Workaround - use vector&lt;int&gt; instead.
    +Workaround - use `vector&lt;int&gt;` instead.
    
     
  • High Performance Coder

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,8 +1,9 @@
     For example:
    +~~~~
     int foo[1000];
    
     CLASSDESC_ADD_GLOBAL(foo);
    -
    +~~~~
     foo is missing in action.
    
     Workaround - use `vector&lt;int&gt;` instead.
    
     

Anonymous
Anonymous

Add attachments
Cancel





Auth0 Logo