Flame bait: D vs. Rust vs. Go Benchmarking
monarch_dodra
monarchdodra at gmail.com
Wed Jul 24 23:56:40 PDT 2013
On Thursday, 25 July 2013 at 00:09:40 UTC, Jonathan M Davis wrote:
> On Thursday, July 25, 2013 01:29:04 John Colvin wrote:
>> And @safe is automatically inferred (on templates only still?)
>> when possible? I don't like where this is going...
>
> If you have code that you want to be explictly @system, then
> mark it with
> @system. That will override any attribute inference for @safe.
>
> - Jonathan m Davis
Last time I checked: Adding a *single* qualification on a
function will deactivate inference for *every* qualifier. Is this
still true?
Is there any documentation about how inference works, I can't
find it.
More information about the Digitalmars-d
mailing list