March 02, 2012 Announce » Re: D to Javascript converter (a hacked up dmd) | |||
|---|---|---|---|
| |||
...have extern(js) and pragma(no_js_output...src/test/tools) acts like a static linker... | |||
February 29, 2012 Issues » [Issue 7611] New: static this() in template is not executed in .lib | |||
|---|---|---|---|
| |||
...PST --- The situation is like this.(dmd 2...libtest.di is imported. pragma( lib, "libtest.lib... | |||
February 26, 2012 Druntime » Re: [D-runtime] Supporting different C libraries and architectures | |||
|---|---|---|---|
| |||
...the GDC equivalent) seems like a fine solution...simply print out a pragma(msg) and default... | |||
February 22, 2012 Learn » MySQL connection strange behavior (again...) | |||
|---|---|---|---|
| |||
...I put mysql_init in another function like:
pragma(lib, "libmysql");
extern (C) {
alias void... | |||
February 17, 2012 Issues » [Issue 7529] IFTI does not support template argument dependent template alias instances as parameter types | |||
|---|---|---|---|
| |||
...T)(Alias!T x){ pragma(msg, T); }
foo...an eponymous
alias template (like template Alias(T... | |||
February 16, 2012 Learn » Re: How to get Visual D working with Derelict2? | |||
|---|---|---|---|
| |||
...pragma(lib, "C:\foo\libs\DerelictUtil.lib"); pragma...to include the path like so: C:\foo... | |||
February 10, 2012 Announce » Re: GoingNative 2012 to be livestreamed tomorrow - part 2 | |||
|---|---|---|---|
| |||
...be compile-time function. I don't like pragma(msg), it even forces a newline... | |||
February 10, 2012 Announce » Re: GoingNative 2012 to be livestreamed tomorrow - part 2 | |||
|---|---|---|---|
| |||
...if (!IsNumberWithError)
pragma(msg,file, "(", line, "): '", T, "' is not a number.");
}
I like it. The... | |||
February 08, 2012 General » Re: Possible to pass a member function to spawn? | |||
|---|---|---|---|
| |||
...pragma(msg, typeof(x)); // ?
auto y = x; // ?
pragma...it should look more like this:
void main... | |||
February 05, 2012 Issues » [Issue 2257] Template value parameters behave like alias parameters | |||
|---|---|---|---|
| |||
...1) y; pragma(msg, typeof(x * 2)); pragma(msg, isDimensionedValue!(typeof(x * 2))); pragma(msg... | |||
Copyright © 1999-2021 by the D Language Foundation