Why 16Mib static array size limit?
Johan Engelen via Digitalmars-d
digitalmars-d at puremagic.com
Wed Aug 17 10:19:12 PDT 2016
How about the specific case of array indexing?
Is it UB to have `arr[i]` ever point into `arr` itself, or can we
make it UB?
-Johan
More information about the Digitalmars-d
mailing list