August 07, 2011 General » Re: What library functionality would you most like to see in D? | |||
|---|---|---|---|
| |||
...well, so the heuristic is rather nice.
pragma(lib, "advapi32.lib");
extern(Windows) BOOL IsTextUnicode... | |||
July 28, 2011 Learn » Re: Importing D libraries | |||
|---|---|---|---|
| |||
...should handle all language specific things, like the pragma. Then I assume the front end... | |||
July 28, 2011 Learn » Re: Importing D libraries | |||
|---|---|---|---|
| |||
...the contents of pragmas like this back to...guys refused to implement #pragma in C/C... | |||
July 26, 2011 Issues » [Issue 6385] New: isInputRange!(ubyte[2u]) is a failure when used in global scope | |||
|---|---|---|---|
| |||
...error: import std.range; pragma(msg, isInputRange!(ubyte...code of isInputRange looks like this: template isInputRange... | |||
July 25, 2011 Issues » [Issue 3952] pragma(msg,...) has bugs + alternative idea | |||
|---|---|---|---|
| |||
...i++) {
foreach(t; T) {
pragma(msg, t.stringof);
}
}
}
When called like this from a CTFE... | |||
July 23, 2011 General » Re: Proposed improvements to the separate compilation model | |||
|---|---|---|---|
| |||
...the job of tools like IDEs too keep...with its .di file: pragma(di_sync); There... | |||
July 14, 2011 Issues » [Issue 6318] New: module isn't fully processed under weird conditions | |||
|---|---|---|---|
| |||
...flattenNamedEnum
pragma(msg, "foo");
enum Severity
{
NOTE,
}
pragma...of Msg by hand like
enum Msg { f... | |||
July 12, 2011 Announce » Re: dmd 1.069 and 2.054 release | |||
|---|---|---|---|
| |||
...functions (since otherwise the pragma would bug everyone...in particular doesn't like the idea of... | |||
July 11, 2011 Announce » Re: dmd 1.069 and 2.054 release | |||
|---|---|---|---|
| |||
...easier to make the pragma messages (and to...the case of something like tolower, _every_ function... | |||
July 09, 2011 Announce » Re: Programming Windows D Examples are now Online! | |||
|---|---|---|---|
| |||
Ok, would something like this work? (for cairo...core.sys.windows.windows;
pragma(msg, "cairo.c... | |||
Copyright © 1999-2021 by the D Language Foundation