Search

March 03, 2012
Phobos »
...Message:
  -----------
  Rename: ProxyOf to Proxy, and TypeDef to Typedef.


  Commit: 608218d85587b0e923a7ffe7700fa8d68597333d
      https://github.com/D...
February 28, 2012
Genel »
...OutputIterator iter);

   private:
     class Node;
     Node* tree;

     typedef std::map<DataType, std::vector<bool> > encodemap...
February 28, 2012
Learn »
...alignment issues..?

extern(C):

//typedef unsigned char uint8;
alias ubyte uint8;

//typedef struct {
//	uint8 r...
February 21, 2012
General »
...Ran into this problem with mysql.h:

	typedef st_mysql_field {
            ...
            unsigned long length;
            unsigned...
February 20, 2012
General »
...ridiculous.  That Stuff is meanwhile library based.. Typedef f.i.)

So why not plug- in...
February 19, 2012
General »
...introduced because I had to replace a typedef with a wrapper struct.

Kind Regards
Benjamin...
February 17, 2012
General »
...template.

This works:

// would have used typedef, but typedef is deprecated...
struct S
{
   int ___val...
February 15, 2012
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=850


Lukasz Wrzosek <luk.wrzosek@gmail...
February 13, 2012
General »
...a += 5;
    y.fun();
    return 0;
}

into



typedef struct __d_5testx1S __d_5testx1S;

__d_int...
February 05, 2012
General »
...code?

Or should we wait until we have a library typedef and use that?

Stewart.
131 132 133 134 135 136 137 138 139 140 141
Next ›   Last »