August 13, 2010 DMD » [dmd-internals] Shouldn't there be a dmd switch to specify search paths for libraries? | |||
|---|---|---|---|
| |||
...an option to ignore pragma(lib) entirely, because...configured in different ways, like libcurl and libcurl... | |||
August 14, 2010 Issues » [Issue 4642] New: DMD should have a command-line option to ignore pragma(lib, ...) | |||
|---|---|---|---|
| |||
...line option to ignore
pragma(lib, ...)
Product: D...configured in different ways, like libcurl and libcurl... | |||
August 08, 2010 General » Re: Template constraints error messages using cputs() | |||
|---|---|---|---|
| |||
...report, and I'd like to split it in a pragma(msg) bug report (essentially... | |||
August 07, 2010 General » Re: Template constraints error messages using cputs() | |||
|---|---|---|---|
| |||
...is to assume that pragma(msg) will be...rather than assume it works like printf. -- ... <IXOYE>< | |||
August 07, 2010 General » Re: Mixin Expressions, can't evalutate string variable | |||
|---|---|---|---|
| |||
...you can pass arguments like usual but also...paramTypes.length != args.length)
{
pragma(msg, "autoCall: Template... | |||
August 01, 2010 Learn » Re: xfbuild, optlink and pragma(lib) | |||
|---|---|---|---|
| |||
...modify your binding to load SDL dynamically like Derelict does. Then you don't need... | |||
July 24, 2010 General » ReturnThis/@chain | |||
|---|---|---|---|
| |||
...road, to add something like an @chain annotation...chain to Foo.val(): pragma(msg, typeof(bar... | |||
June 25, 2010 General » Automatic library download plan | |||
|---|---|---|---|
| |||
...requires additional command line options, like for external libraries, pragma(lib) or maybe some magic... | |||
June 15, 2010 General » Re: Constraints error messages [Was: Re: Constrained Templates] | |||
|---|---|---|---|
| |||
Hello bearophile,
I like the idea, but how...if(cond1!T) else pragma(msg, "a") {}
template... | |||
June 14, 2010 General » Constraints error messages [Was: Re: Constrained Templates] | |||
|---|---|---|---|
| |||
...pragma(msg, "error message1") if (condition2) else pragma...used to write code like: template Foo(T... | |||
Copyright © 1999-2021 by the D Language Foundation