We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[*]
1 parent f458388 commit 5bf4e54Copy full SHA for 5bf4e54
README.md
@@ -2214,4 +2214,5 @@ the Initial Developer. All Rights Reserved.
2214
2215
* Move builds to CMake.
2216
* Add docker builds.
2217
+* Fix `[*]` again.
2218
array.cpp
@@ -707,6 +707,7 @@ bool
707
++(*defaults);
708
SkipWhitespace(defaults);
709
// Got the start of the values.
710
+ opts = *defaults;
711
// Skip the defaults for now, we don't know the length yet.
712
for (; ; )
713
{
0 commit comments