Search

March 27, 2008
General »
...now.

Rule 1: inout(T) is a typedef for const(T)

This automatically implies that...
March 26, 2008
Issues »
...crashes on attempt to implicit cast const
                    typedef to non-const.
           Product: D
           Version: 2...
March 17, 2008
General »
...sensible if pointers were treated as a typedef'd fully qualified integer type (with shift...
March 12, 2008
General »
...declare in two stages too (C++ again):

  typedef void (*new_handler)(void);
  new_handler set...
March 12, 2008
GDC »
...dbugzilla@iki.fi


In file a.d:
--
typedef int foo = 1;
--
In file b.d...
March 11, 2008
General »
...for extern(Pascal) to work
extern (Pascal)
{
	typedef UINT function(void *lpOutput, UINT nIndex, UINT...
March 08, 2008
General »
...a struct, or an enum, or a typedef, or a template, or ... /anything/ ...) then anything...
March 05, 2008
Issues »
...00:37 -------
It turns out that disallowing:
    typedef int Foo;
    Foo f;
    f = 3;
is...
March 04, 2008
General »
...Or should the second one be a typedef? I'm not sure).

Then we have...
March 03, 2008
General »
...the X87 coprocessor
 typedef real80 real;
} else {
 typedef double real;
}

version(X86) {
 typedef real80 longreal...
217 218 219 220 221 222 223 224 225 226 227
Next ›   Last »