We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e7f8c commit cb58e21Copy full SHA for cb58e21
spec/arrays.dd
@@ -41,9 +41,6 @@ int[3] s;
41
$(BEST_PRACTICE
42
$(OL
43
$(LI Use dynamic arrays for larger arrays.)
44
- $(LI Static arrays with 0 elements are useful as the last member
45
- of a variable length struct, or as the degenerate case of
46
- a template expansion.)
47
$(LI Because static arrays are passed to functions by value,
48
a larger array can consume a lot of stack space. Use dynamic arrays
49
instead.)
0 commit comments