December 21, 2017 Learn » Re: GUI program on Mac OS in D? | |||
|---|---|---|---|
| |||
...delegate_ = AppDelegate.alloc.init; assert(delegate_, "AppDelegate null...NSPoint origin; NSSize size; } pragma(inline, true) NSPoint... | |||
December 21, 2017 Issues » [Issue 9705] property parameter-less template function not resolved in typeof | |||
|---|---|---|---|
| |||
...static assert(hasLength!Infered); //OK
static assert(is(typeof(r.length) : ulong)); //OK
pragma(msg... | |||
December 17, 2017 Issues » [Issue 18095] New: Add support for pragma(mangle) on alias declarations | |||
|---|---|---|---|
| |||
...follows: pragma(mangle, "foo") alias foo = int; static assert(foo.mangleof == "foo"); static assert(int... | |||
December 15, 2017 Genel » C++'da Gizli Veriye Ulaşımı Kesin Olarak Engellemek | |||
|---|---|---|---|
| |||
...sm_tbeg private static assert(!__traits(compiles, core...isme sahip olduğunu // söylüyor. pragma(mangle, "_D4core6thread6Thread7sm_tbegCQBcQBaQw... | |||
December 14, 2017 General » classes by value | |||
|---|---|---|---|
| |||
...T)] ____classdata = void;
@property pragma(inline) T ____classptr...void assertValue(int expected)
{
assert(x == expected);
}
void... | |||
December 08, 2017 General » Re: @ctfeonly | |||
|---|---|---|---|
| |||
...Good!
//static assert(onlyRunTime() == "onlyRunTime");
assert(onlyRunTime() == "onlyRunTime");
// Compile-time Error: Good!
// pragma(msg, onlyRunTime... | |||
November 30, 2017 General » Re: Thoughts about D | |||
|---|---|---|---|
| |||
...to _d_assert (or whatever it is) 'cold' and the call itself `pragma(inline, false... | |||
November 19, 2017 Issues » [Issue 17992] New: auto return type and null for classes | |||
|---|---|---|---|
| |||
...r = c.foo(a))
{
pragma(msg, typeof(r...a;
a.childs ~= b;
assert(a.foo(123... | |||
October 12, 2017 Learn » Re: Undo? | |||
|---|---|---|---|
| |||
...A a)
{
pragma(msg, T, " ------ ", S);
pragma(msg...alias Types = ParameterTypeTuple!T;
assert(values.length == Types... | |||
October 08, 2017 Issues » [Issue 17884] New: fwd reference leads to dmd assert failure | |||
|---|---|---|---|
| |||
...reference leads to dmd assert failure
Product: D...S!() f_Ds(U)()
{
pragma(msg,U);
static... | |||
Copyright © 1999-2021 by the D Language Foundation