Search

November 12, 2006
Issues »
...0] test2=TA[0].init;
}

typedef int dummy=0;
typedef int myint=3;

void main...
November 05, 2006
c++ »
...a static ptr+auto_ptr, e.g.

    typedef std::pair<int, int>    pair_t;
    static...
November 03, 2006
General »
...variant template.  Lets you do something like:

   typedef variant< my_type, double > mv;

You could...
October 26, 2006
General »
...gives an error though:
test.d(19): typedef test.face3D circular definition

(the original code...
October 26, 2006
Issues »
...std.stdio : writefln;

class Foo
{
	int xxx;
}

typedef Foo Bar;

void main()
{
	auto b = new...
October 24, 2006
Issues »
...typedef signed char            d_int8;
-typedef unsigned char          d_uns8;
-typedef short                  d_int16;
-typedef...
October 24, 2006
Issues »
...thomas-dloop@kuehne.cn


mem.h:7: typedef unsigned size_t;

please use standard C...
October 18, 2006
General »
...fun.  From one of the code examples:

  typedef
   alternative<alternative<space_parser, sequence<sequence<
   strlit...
October 16, 2006
Issues »
...initializations when typedef'ing them like this.  Walter?  Language lawyer?  For reference, the typedef part...
October 09, 2006
Issues »
...Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: benoit@tionex.de


typedef char[] String


-- 
254 255 256 257 258 259 260 261 262 263 264
Next ›   Last »