Re: does the shared keyword work with mutable structs?
Kagamin via Digitalmars-d-learn Fri, 09 Mar 2018 02:46:24 -0800
To make a struct noncopyable, add @disable this(this); to it,
then compiler will give an error on an attempt to copy it.
- does the shared keyword work ... WhatMeWorry via Digitalmars-d-learn
- Re: does the shared keyw... Kagamin via Digitalmars-d-learn
- Re: does the shared keyw... Kagamin via Digitalmars-d-learn
- Re: does the shared ... WhatMeWorry via Digitalmars-d-learn
- Re: does the sha... Jonathan M Davis via Digitalmars-d-learn
- Re: does the sha... Steven Schveighoffer via Digitalmars-d-learn