March 01, 2022 Learn » Setting SQLite compile time parameters from etc.c.sqlite3 | |||
|---|---|---|---|
| |||
...MMAP_SIZE = [10_000_000_000, 30_000_000_000]; ``` ? Writing this doesn't cause... | |||
March 01, 2022 Learn » Re: Cannot Call Super-Class Overloaded Function If Class has Function Override? | |||
|---|---|---|---|
| |||
...sub-classes
abstract void doThing(string a, size_t b);
// A convenience helper.
void doThing... | |||
March 01, 2022 Learn » Cannot Call Super-Class Overloaded Function If Class has Function Override? | |||
|---|---|---|---|
| |||
...sub-classes
abstract void doThing(string a, size_t b);
// A convenience helper.
void doThing... | |||
February 28, 2022 Issues » [Issue 22828] Compiler allow offset a pointer with types of size greater than sizeof(T*) | |||
|---|---|---|---|
| |||
...you from doing something like this. I don't think the bug report is valid. -- | |||
February 27, 2022 Issues » [Issue 22828] Compiler allow offset a pointer with types of size greater than sizeof(T*) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22828 Dlang Bot <dlang-bot@dlang.rocks... | |||
February 27, 2022 Issues » [Issue 22828] New: Compiler allow offset a pointer with types of size greater than sizeof(T*) | |||
|---|---|---|---|
| |||
...a pointer with types of size
greater than sizeof(T*)
Product: D
Version: D2
Hardware... | |||
February 27, 2022 Issues » [Issue 21236] Associative array opApply is not nothrow | |||
|---|---|---|---|
| |||
...What happens when you declare toHash() as extern (D) size_t toHash() const nothrow @safe ? -- | |||
February 25, 2022 Issues » [Issue 22823] New: dmd.root.file: File.read fails to read any file on PPC | |||
|---|---|---|---|
| |||
...on PPC. The `st_size` field it reads...stub implementation of stat_t to use on... | |||
February 25, 2022 Learn » 2D arrays, slices and manual memory allocation | |||
|---|---|---|---|
| |||
...the size of the memory block.`
`return ptr[0 .. size];`
}
`T[] allocArray(T)(size_t... | |||
February 24, 2022 Genel » Faydalı Yan Etkili Bir Taşma Örneği | |||
|---|---|---|---|
| |||
...in türü size_t, yani işaretsiz. Bu durumda 0'dan sonra size_t.max'a... | |||
Copyright © 1999-2021 by the D Language Foundation