Search

May 12
DIP Ideas »
...g.:

    extern ubyte x;
    short y = x; // OK, short.max >= ubyte.max
    byte z = x...
May 12
DIP Ideas »
...byte a = -1;
    enum uint b = a; // Ok, but...
    enum byte c = b; // Error - original...
May 04
Internals »
...cxxCompatFlags = " -L-lc++ -L--no-demangle";
```

Ah, ok, so `CppRuntime_Clang` stands for libc++.

Please...
May 03
DIP Development »
Ok.


You're right, but what is the point? Aren't they rather obvious? After...
May 01
General »
...could do that.

module m;
@safe:
private:
// ok. now I have a much better starting...
April 30
DIP Ideas »
...unittest {
     auto s = S(42);
     s.foo(); // ok, this is not a detached unittest
   }

   static...
April 30
Issues »
...int() }

static assert(is(E : S!int)); // ok
static assert(is(E : S!T, T...
April 29
DIP Development »
...a pretty face on it, I'm ok with an underlying ugliness in the service...
5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »