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
Johan Engelen via Digitalmars-d Wed, 17 Aug 2016 10:21:20 -0700
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