February 12, 2024 Learn » Re: length's type. | |||
|---|---|---|---|
| |||
I've run into size_t vs int issues many times. About half the time... | |||
February 12, 2024 General » Re: Why Bloat Is Still Software’s Biggest Vulnerability | |||
|---|---|---|---|
| |||
...or-less the same size. :-D However nobody...software development. I won't go so far... | |||
February 12, 2024 General » Re: Why Bloat Is Still Software’s Biggest Vulnerability | |||
|---|---|---|---|
| |||
...you won't be able to recompile it. Good luck. [...] Reducing code size is, to... | |||
February 12, 2024 Issues » [Issue 24389] importC: Building zlib in Phobos with importC fails on FreeBSD 14 | |||
|---|---|---|---|
| |||
...with
---
void __qsort_r_compat(void *, size_t, size_t, void *,
int (*)(void *, const void... | |||
February 12, 2024 Issues » [Issue 24389] New: importC: Building zlib in Phobos with importC fails on FreeBSD 14 | |||
|---|---|---|---|
| |||
...void qsort_r(void *base, size_t nmemb, size_t size,
void *thunk, int (*compar... | |||
February 12, 2024 Issues » [Issue 24377] Error: negative array dimension `3145728u * 1024u`[32bit] | |||
|---|---|---|---|
| |||
...85783 – alloc-size-larger-than fires incorrectly with new[] and can't be disabled... | |||
February 11, 2024 Issues » [Issue 24377] Error: negative array dimension `3145728u * 1024u`[32bit] | |||
|---|---|---|---|
| |||
...Error: `char[cast(size_t)2147483648]` size 1 * 2147483648 exceeds 0x7fffffff size limit for static... | |||
February 08, 2024 General » A proposal: Sumtypes | |||
|---|---|---|---|
| |||
...by a flexible ABI. 1. The tag [``size_t``] 2. Copy constructor [``function``] 3. Destructor... | |||
February 08, 2024 Issues » [Issue 14651] Typesafe variadic parameter after optional parameter causes ICE | |||
|---|---|---|---|
| |||
...an error message.
Minimal example:
---
void func(size_t argc = 0, string[] argv...) {}
void main... | |||
February 07, 2024 General » Re: Phobos 3 Discussion Notes - 02-01-2024 | |||
|---|---|---|---|
| |||
...For instance:
```d
struct BaseVector(T) {
T* ptr;
size_t length;
// member functions that are... | |||
Copyright © 1999-2021 by the D Language Foundation