December 17, 2017 Issues » [Issue 18095] New: Add support for pragma(mangle) on alias declarations | |||
|---|---|---|---|
| |||
...struct. Since D doesn't have implicit conversions to structs one are also forced cast... | |||
December 07, 2017 General » Re: Post about comparing C, C++ and D performance with a real world project | |||
|---|---|---|---|
| |||
...time you do more or less direct conversions, you run the risk of things not... | |||
November 19, 2017 General » Re: Introducing Nullable Reference Types in C#. Is there hope for D, too? | |||
|---|---|---|---|
| |||
Implicit conversions have their problems with overloading, interactions with const, template argument deduction, surprising edge... | |||
November 13, 2017 Learn » Re: opCast'ing strings | |||
|---|---|---|---|
| |||
...wrong with using opCast to define other conversions - it's generally what std.conv.to... | |||
November 13, 2017 Learn » Re: opCast'ing strings | |||
|---|---|---|---|
| |||
...class <-> scalar types struct <-> class Any string conversions should always be done with `toString()`. Anything... | |||
November 12, 2017 General » Re: Deprecate implicit `int` to `bool` conversion for integer literals | |||
|---|---|---|---|
| |||
...think the proposal to deprecate integer literal conversions to `bool` would affect that as there... | |||
November 02, 2017 Issues » [Issue 17769] dmd accepts conversion from shared(int)* to int* when value comes from method | |||
|---|---|---|---|
| |||
...I have a fix here disallowing pointer conversions from shared to nonshared https://github.com... | |||
October 30, 2017 General » Re: Project Elvis | |||
|---|---|---|---|
| |||
...I don't even like using implicit conversions to bool anymore. Intent is much better... | |||
October 25, 2017 Learn » Re: writeln double precision | |||
|---|---|---|---|
| |||
...D is far more strict about implicit conversions than C/C++ is, not less. So... | |||
October 24, 2017 Issues » [Issue 17933] New: Warn in case of implicit truncating float conversion | |||
|---|---|---|---|
| |||
...Reporter: b2.temp@gmx.com Implicit float conversions (e.g from real to float) may... | |||
Copyright © 1999-2021 by the D Language Foundation