4 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...already true. You don't need a type qualifier to tell you that. What you... | |||
4 days ago Announce » Re: Bugzilla Issue migration to github (phobos) | |||
|---|---|---|---|
| |||
...VERIFIED&bug_status=CLOSED&longdesc=THIS%20ISSUE%20HAS%20BEEN%20MOVED%20TO%20GITHUB&longdesc_type=substring | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...serialize` directly if one exists in the type's module and fall back to the... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...the serialise function separate from the actual type is mandatory, which I can't be... | |||
4 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...template-type-alias problem is: 1. In the target module: 'mentioning' the vector type `auto... | |||
4 days ago Learn » maybe a noreturn issue | |||
|---|---|---|---|
| |||
...the input and says that `f` return type should be `noreturn`. What's you're... | |||
4 days ago General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...serialise(thing)` for each thing, where the type of thing chooses the right overload and... | |||
5 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...is because you used ``shared``. As a type qualifier/storage class, ``shared`` should be called... | |||
5 days ago Learn » volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...field(string type, string name)
{
mixin("private "~type~" v_"~name~";");
mixin("public @property "~type~" "~name... | |||
5 days ago Learn » what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...sGYcex4cf). There you can see `%example.S = type { [1 x i8] }`
So te compiler inserts... | |||
Copyright © 1999-2021 by the D Language Foundation