5 days ago General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...serialise;
void serialise(T)(void[] buffer, T)
if (isSomeInt!T)
{ /* serialise integer */ }
void serialise(void... | |||
5 days ago Announce » Re: Bugzilla Issue migration to github (phobos) | |||
|---|---|---|---|
| |||
...end up in their own folder. So, if you're signed up for the digitalmars... | |||
5 days ago Announce » Re: Bugzilla Issue migration to github (phobos) | |||
|---|---|---|---|
| |||
...like a _good_ habit to me, since if you commented on it, presumably, you care... | |||
6 days ago Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...PM, Josh Holtrop wrote: >> alias get this; > > If I use `alias this` I don't... | |||
6 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...storage class, ``shared`` should be called ``atomic``. If you use it to indicate anything other... | |||
6 days ago Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...auto ref opOpAssign(string op)(string arr) if(op == "~")
=> buff.put(arr); // add in the... | |||
6 days ago Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
If I use `alias this` I don't know how I can get `volatileLoad()` to... | |||
6 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...The compiler wants us to use atomicOp; If you want, take it out of the... | |||
6 days ago Learn » volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...being able to access each field as if it was just the normal field. However... | |||
6 days ago Learn » what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...Big question is what is the problem if we specify that empty struct is an... | |||
Copyright © 1999-2021 by the D Language Foundation