December 16, 2022 Issues » [Issue 13951] Massive amounts of bloat generated for asserts by template.c | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13951 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
December 16, 2022 Issues » [Issue 14020] [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14020 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
December 15, 2022 General » Re: Use template _d_newclass in TypeInfo_Class.create | |||
|---|---|---|---|
| |||
On 12/15/22 11:34 AM, Teodor Dutu wrote: No, but that's just... | |||
December 15, 2022 General » Re: Typical security issues in C++: why the GC isn't your enemy | |||
|---|---|---|---|
| |||
For example, template functions that are marked @safe are often overly restrictive. The safety can... | |||
December 15, 2022 Genel » Başlangıç düzeyi dizi birikintisi(array pool) | |||
|---|---|---|---|
| |||
...hatanın mantığını anlayamadım.
```d
module array_pool;
template MyTemplate(T)
{
public abstract class ArrayPool
{
// @property... | |||
December 16, 2022 General » Re: Use template _d_newclass in TypeInfo_Class.create | |||
|---|---|---|---|
| |||
Delete it. We are in the process of getting rid of Object.factory which would... | |||
December 15, 2022 General » Re: Use template _d_newclass in TypeInfo_Class.create | |||
|---|---|---|---|
| |||
I recall there was a recent-ish addition which allowed getting a type using its... | |||
December 15, 2022 General » Use template _d_newclass in TypeInfo_Class.create | |||
|---|---|---|---|
| |||
...trying to convert `_d_newclass` to a template function. With this, I aim to remove... | |||
December 13, 2022 General » [SAoC2022] Replace libdparse with dmd-as-a-library in D-Scanner | |||
|---|---|---|---|
| |||
...https://github.com/dlang/dmd/pull/14689) - [template_constructor](https://github.com/dlang/dmd/pull... | |||
December 13, 2022 General » Re: ModuleInfo, Object.localClasses(), and Object.find() - any users? | |||
|---|---|---|---|
| |||
...would be to fix / extend the `this` template parameter [1] to every part of the... | |||
Copyright © 1999-2021 by the D Language Foundation