C++Now! 2012 slides

Artur Skawina art.08.09 at gmail.com
Thu Jun 7 10:16:54 PDT 2012


On 06/07/12 18:04, bearophile wrote:
> Page 46: #pragma no_alias Are we going to need something like that (or "restrict") in D too?

"restrict" functionality - yes, but it's probably better done the other way around -
restrict as default and "alias" when necessary. Reusing the keyword could work too,
if template parameters is the only thing that can clash.

artur 


More information about the Digitalmars-d mailing list