November 18 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...C++) or use what's essentially a class reference (e.g. Java) have to worry... | |||
November 17 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...having a mutable reference to a const class is fundamentally different from trying to reuse... | |||
November 17 Issues » [Issue 24863] DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...datasize' parameter(s) for a given login class must be set high enough as not... | |||
November 16 Issues » [Issue 24846] atomicLoad does not work for class arguments with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...issue 24846 - atomicLoad does not work for class arguments with -preview=nosharedaccess https://github.com... | |||
November 16 DIP Ideas » Objective-C Interop Extensions | |||
|---|---|---|---|
| |||
...use NSAutoreleasePool? The `Foundation` library includes a class called NSAutoreleasePool, however i've found that... | |||
November 12 Learn » Re: Using sets in associative arrays | |||
|---|---|---|---|
| |||
...functions, because function templates, contrary to struct/class templates, can deduce their template arguments, and... | |||
November 11 Issues » [Issue 11986] IFTI type deduction / implicit conversion does not work for null literal | |||
|---|---|---|---|
| |||
...to classes templates because the following works
```
class S{}
void v(T)(T a, T... | |||
November 10 Issues » [Issue 24846] atomicLoad does not work for class arguments with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...issue 24846 - atomicLoad does not work for class arguments with -preview=nosharedaccess" was merged into... | |||
November 10 Issues » [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...Bright <bugzilla@digitalmars.com> ---
Let's rewrite:
class MyClass
{
void doSomething();
void myMethod() @nogc
{
acceptsCallback... | |||
November 09 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...forward` semantics in the non-ref-storage-class case. The main difference is that I... | |||
Copyright © 1999-2021 by the D Language Foundation