Search

October 24, 2008
General »
...can assign to "this" in the constructor.

typedef bool Bogus;
const Bogus bogus = false;

class...
October 22, 2008
General »
...even though the former or does nothing.

typedef Exception MyException; // might be a good compromise...
October 22, 2008
General »
Reply to Andrei,

I want to do:

typedef real MyReal(int i)
{
  MyReal!(i) opAdd...
October 21, 2008
Issues »
...com
        ReportedBy: terranium@yandex.ru


TypeSpecialization:
        Type
        typedef
        struct
        union
        class
        interface
        enum
        function
        delegate...
October 15, 2008
General »
...making some class-scoped version of the typedef{Const : const} thing, but at that point...
October 15, 2008
General »
...typedef {  Const : const }
   Const(A) a() Const {...}

   typedef {  Const : const }
   Const(B) b() Const {...}

   typedef...
October 15, 2008
General »
...like the idea of 'const?' and the typedef{} idea, but maybe reusing the keyword 'auto...
October 15, 2008
General »
...actually quite close to Bill Baxter's typedef {} proposal. And it seems like the call...
October 15, 2008
General »
...this style just in case someone has typedef'd the return type, and they want...
October 15, 2008
General »
...my suggestion it would be something like

  typedef {Const : const }
  Const(X) getValue(IterType!(Const...
208 209 210 211 212 213 214 215 216 217 218
Next ›   Last »