On 06/22/2016 02:57 PM, Andrew Chapman wrote:
> Code such as:
>
> if(buffer in myHash) {
>
> }
>
> throws an access violation. A string value works without error.Does it throw an exception? Can you reproduce the issue with a short program?
Ali
Ali Çehreli via Digitalmars-d-learn Wed, 22 Jun 2016 15:26:22 -0700
On 06/22/2016 02:57 PM, Andrew Chapman wrote:
> Code such as:
>
> if(buffer in myHash) {
>
> }
>
> throws an access violation. A string value works without error.Does it throw an exception? Can you reproduce the issue with a short program?
Ali