August 09, 2021 Issues » [Issue 16705] [REG2.069] TaskPool.reduce fails to compile "cannot get frame pointer to D main" | |||
|---|---|---|---|
| |||
...size_t front;
void popFront(){front++;}
auto empty(){return front >= 100;}
auto opIndex(size_t... | |||
August 09, 2021 General » Re: You are a stupid programmer, you can't have that | |||
|---|---|---|---|
| |||
...idx < size()` and anyone using `idx < size() - 1...a language that doesn't let me use... | |||
August 08, 2021 Genel » Matrislerde Dört İşlem | |||
|---|---|---|---|
| |||
...length : 0;
}
}
auto opSlice(size_t boyut) (size_t baş, size_t son) if (boyut... | |||
August 08, 2021 Issues » [Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment. | |||
|---|---|---|---|
| |||
...C { int x; }` won't be inferrable by...But it's the size the compiler uses... | |||
August 08, 2021 Issues » [Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment. | |||
|---|---|---|---|
| |||
...s unlikely you didn't understand what I...exclusively to calculate the size/alignment for such... | |||
August 08, 2021 Learn » Re: seeking advice: possible new @attribute to mark class' default property to avoid alias this ? | |||
|---|---|---|---|
| |||
...MsgBox {
string[] contents;
void opIndexAssign(string s, size_t i) {
if (contents.length <= i)
contents... | |||
August 07, 2021 General » Re: You are a stupid programmer, you can't have that | |||
|---|---|---|---|
| |||
...empty())
{
return true;
}
for (size_t n = 0; n < vec.size() - 1; ++n)
{
if (vec... | |||
August 07, 2021 Learn » Re: Setting a hard limit on slice size, is this possible? | |||
|---|---|---|---|
| |||
If you don't believe me just subtract the adresses yourself: x.ptr: 7FFFF8D05B90 &x... | |||
August 07, 2021 Learn » Re: Setting a hard limit on slice size, is this possible? | |||
|---|---|---|---|
| |||
...totally ignoring your 64 byte requirement. Don't use ```x.PTR%ALIGNMENT``` Use ```(&x[1... | |||
August 07, 2021 General » Re: You are a stupid programmer, you can't have that | |||
|---|---|---|---|
| |||
...vec.size() yields size_t 2. vec.size() - 1 stays unsigned, if the size was... | |||
Copyright © 1999-2021 by the D Language Foundation