February 21, 2021 General » Re: The dmd backend should generate .pdb files for visual studio. | |||
|---|---|---|---|
| |||
...pdb by the linker). For my little dummy example, I get this: llvm-pdbutil.exe... | |||
February 20, 2021 LDC » Re: windows: imported functions in empty program executable | |||
|---|---|---|---|
| |||
...With VS 2019 on my box, the dummy executable only depends on kernel32.dll. LDC... | |||
February 18, 2021 Issues » [Issue 21645] New: template value argument capriciously rejects class objects literals | |||
|---|---|---|---|
| |||
...o) { enum test = 0; }
void main() { int dummy = test!([new Object]); }
---
without complaint! So wrapping... | |||
January 12, 2021 Learn » Re: I want to create my own Tuple type | |||
|---|---|---|---|
| |||
...Tuple(Types...){
template same(){
static foreach (i, dummy; Types) {
static if (i + 1 < Types.length... | |||
December 24, 2020 Announce » Re: Printing shortest decimal form of floating point number with Mir | |||
|---|---|---|---|
| |||
...class F, class U>
static constexpr void _dummy(const F<U> &a);
template<class T... | |||
November 24, 2020 Issues » [Issue 21425] New: Using va_start twice results in wrong values | |||
|---|---|---|---|
| |||
...C) void f(int dummy, ...)
{
va_list ap;
va_start(ap, dummy);
int x = va... | |||
October 26, 2020 General » Re: Safe Regions with Deterministic Destruction | |||
|---|---|---|---|
| |||
...pure nothrow @nogc { return _root; }
this(uint dummy) @trusted
{
import core.lifetime : emplace;
_root = emplace... | |||
October 26, 2020 General » Re: Either I'm confused or the gc is | |||
|---|---|---|---|
| |||
...it, I'll look trying to cook up a dummy database that provokes the problem. | |||
October 26, 2020 General » Re: Either I'm confused or the gc is | |||
|---|---|---|---|
| |||
...the code/data that fails (or maybe dummy data that also fails), and I can... | |||
October 23, 2020 General » Re: Either I'm confused or the gc is | |||
|---|---|---|---|
| |||
...inserted a dummy allocation? Like:
int[] dummy = [ 1, 2, 3 ];
printf("%d\n", dummy.length... | |||
Copyright © 1999-2021 by the D Language Foundation