September 16, 2021 Learn » GC seems to crash my C-code function | |||
|---|---|---|---|
| |||
...d char* fun(ref int, ref int, size_t, const char*, out int, out int... | |||
September 16, 2021 General » Re: Is D Dead? | |||
|---|---|---|---|
| |||
...is required. You have size constraints when you...The C++ standard doesn't support contructors/deconstuctors... | |||
September 14, 2021 General » Re: Why does intpromote spew warnings for ~ operator? | |||
|---|---|---|---|
| |||
...And if you don't understand that, maybe...unpleasant surprise since the size is different. sooooo... | |||
September 13, 2021 General » Re: Why does intpromote spew warnings for ~ operator? | |||
|---|---|---|---|
| |||
...ok to change variable size for simple bit...ushort b = ~a; } ``` ```txt t.d(5): Deprecation... | |||
September 11, 2021 Learn » Re: Array permutations | |||
|---|---|---|---|
| |||
...import std;
auto slideEnds(List)(List list, size_t slideLen)
{ return list.slide(slideLen).map... | |||
September 10, 2021 General » Re: [OffTopic]: Safer usage of C++ in Chrome | |||
|---|---|---|---|
| |||
...size_t.sizeof)
// assert(0);
// (cast(size_t*)&__exceptionStorage[0]) = 1;
// *(cast(NullPointerException*)&__exceptionStorage[size... | |||
September 09, 2021 Issues » [Issue 21617] dmd -boundscheck=off segfault when accessing an array's index with a function | |||
|---|---|---|---|
| |||
...13];
int[1] a42 = [42];
int[] slice;
size_t foo()
{
slice = a42[];
return 0;
}
int... | |||
September 08, 2021 Learn » Re: Curious effect with traits, meta, and a foreach loop ... mystifies me. | |||
|---|---|---|---|
| |||
...array of the same size if the types...alignment issue, I don't know much about... | |||
September 08, 2021 Learn » Is std.variant useful for types only known at run time? | |||
|---|---|---|---|
| |||
...each input array isn't known until runtime...with an indicated unit size and epoch (aka... | |||
September 07, 2021 General » Re: Thank you! | |||
|---|---|---|---|
| |||
...the size of c and the size of...with that it shouldn't be allowed at... | |||
Copyright © 1999-2021 by the D Language Foundation