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 8191b69 commit f3a7fb7Copy full SHA for f3a7fb7
Doc/c-api/intro.rst
@@ -309,7 +309,9 @@ complete listing.
309
compile time.
310
311
The *array* argument must be a C array with a size known at compile time,
312
- not a pointer. Using this macro with a pointer will produce incorrect results.
+ not a pointer. On supported compilers, passing a pointer will result in a
313
+ compilation error, otherwise, using this macro with a pointer will
314
+ produce incorrect results.
315
316
This is generally equivalent to::
317
0 commit comments