June 08, 2010 General » Re: Wide characters support in D | |||
|---|---|---|---|
| |||
...display the type used.
pragma(msg, T.stringof...and non-word-aligned like UTF-8, but... | |||
June 04, 2010 Issues » [Issue 4268] New: ambiguous name mangling for local functions | |||
|---|---|---|---|
| |||
...fnc()
{
static struct x {}
pragma(msg,x.mangleof...mangled name.
This seems like a very constructed... | |||
May 27, 2010 Learn » Re: Finding and invoking struct destructors in D2 | |||
|---|---|---|---|
| |||
...dtor()))
{
pragma (msg, "got destructor");
}
else
{
pragma (msg...doing a shared ptr like struct:
http://d... | |||
May 23, 2010 Issues » [Issue 767] compiler shall print dependencies and pragma(lib) | |||
|---|---|---|---|
| |||
...12 PDT --- I would like too see string...too. Libraries "imported" by pragma(lib) to be... | |||
May 13, 2010 General » Re: Building subprojects (Re: envy for "Writing Go Packages") | |||
|---|---|---|---|
| |||
...useful. pragma(lib, "foo"); // as today pragma(lib...coding the extension looks like a bad idea... | |||
May 13, 2010 General » Re: Building subprojects (Re: envy for "Writing Go Packages") | |||
|---|---|---|---|
| |||
...m confident that issues like versioning, dependencies, and...suggestion, I just discovered 'pragma("lib", ...)' which does... | |||
May 09, 2010 General » Re: envy for "Writing Go Packages" | |||
|---|---|---|---|
| |||
...allowing %VERSION% or the like in the mappings...be to allow the pragma to take a... | |||
May 09, 2010 General » Re: envy for "Writing Go Packages" | |||
|---|---|---|---|
| |||
...roughly like: enum suggestedBarLib = "http://www.barlib.com/packages/barlib-v2.6.dstone"; pragma(ifMissingGetFrom... | |||
May 08, 2010 General » Re: envy for "Writing Go Packages" | |||
|---|---|---|---|
| |||
BCS wrote: I like that idea, naming specific...one of: - in a pragma - on the command... | |||
April 23, 2010 General » Re: Anyone know what's going on here? (variable with an instantiated template as a type shows up as void when instantiating another template) | |||
|---|---|---|---|
| |||
...args) {
A!(3) a3;
pragma(msg,typeof(a3...t compile.
It looks like you're running... | |||
Copyright © 1999-2021 by the D Language Foundation