May 06, 2015 General » Re: RFC: Pay-as-you-go, Portable D Runtime for Microcontrollers (and maybe more) | |||
|---|---|---|---|
| |||
...undef ref `_D6object8TypeInfo8toStringMxFNaNbNfZAya' (_D10TypeInfo_l6__vtblZ+0x10): undef ref `_D6object8TypeInfo6toHashMxFNbNeZm' (_D10TypeInfo_l6__vtblZ+0x18): undef... | |||
September 20, 2014 Learn » regex problems | |||
|---|---|---|---|
| |||
...absolute ; Coordinate : , NULL OMEGA;}
{ID : \" inclusion ; Coordinate : UNDEF;}
{ID : \" subarc; Coordinate : , NULL OMEGA; }
}; ID : ";
// thus... | |||
August 03, 2014 General » Re: assume, assert, enforce, @safe | |||
|---|---|---|---|
| |||
...all symbols it needs.
lib2:
module x
{
undef tmpl
def x
}
phobos:
module tmpl
{
def... | |||
August 01, 2014 General » Re: assume, assert, enforce, @safe | |||
|---|---|---|---|
| |||
...undefined reference.
eg
module application
{
undef x
...
}
lib1:
module a
{
undef tmpl
def a
}
module... | |||
June 11, 2014 GDC » [Bug 130] New: Preprocessor madness with MinGW | |||
|---|---|---|---|
| |||
...included our function name changes...
#ifdef strtod
#undef strtod
#endif
------------------
to dfrontend/port.h. What... | |||
June 08, 2014 General » Re: D Grammar in BNF Text Form? | |||
|---|---|---|---|
| |||
...My actual command is: gcc -E -P -undef -x c infile > outfile The "-E" option... | |||
May 09, 2014 Learn » Down the VisualD0.3.38-1.exe ,found virus! | |||
|---|---|---|---|
| |||
...github.io/visuald/visuald/StartPage.html found the virus:Win32.Troj.Undef.(kcloud) Why? Frank | |||
April 15, 2014 Issues » [Issue 12581] New: [ICE](statement.c, line 713) with invalid assignment + alias this | |||
|---|---|---|---|
| |||
...s this;
}
void main()
{
T x;
x[] = (undef = 1);
}
---
assert statement.c(713) global.gaggedErrors... | |||
April 10, 2014 Issues » [Issue 12555] New: Incorrect error ungagging for speculatively instantiated class | |||
|---|---|---|---|
| |||
...errors, but doesn't.
class A(T)
{
Undef error;
}
static assert(!__traits(compiles, {
class C... | |||
March 31, 2014 Announce » Re: warp: a fast C and C++ preprocessor | |||
|---|---|---|---|
| |||
...s that are known to never be #undef'd by the source code (such as... | |||
Copyright © 1999-2021 by the D Language Foundation