Search

October 29, 2007
Issues »
...think they shouldn't:

  import std.stdio;


  typedef size_t I;
  struct Si { uint val...
October 29, 2007
Issues »
...v1.015 compiler:

  typedef size_t IA;
  typedef size_t IB;
  typedef uint V;

  void...
October 26, 2007
c++.beta »
...for the next beta:

TBSTYLE_DROPDOWN
TBN_DROPDOWN

typedef struct tagNMTOOLBAR { ... } NMTOOLBAR, *LPNMTOOLBAR;

thanks
chris
October 23, 2007
Issues »
...oups forgot something. the test case is:

typedef int int_t;
assert(typeid(int_t...
October 23, 2007
Issues »
...show_bug.cgi?id=1609

           Summary: TypeInfo_Typedef has incorrect implementation of next()
           Product: D...
October 23, 2007
Learn »
...you have a pointer to a B:

   typedef struct _B
   {
       int value;
   } B;
   B* pB...
October 20, 2007
Issues »
...Strong types can be introduced with the typedef. Strong
# types are semantically a distinct type...
October 20, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1523


braddr@puremagic.com changed:

           What...
October 20, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1531


braddr@puremagic.com changed:

           What...
October 20, 2007
Issues »
...02:04 -------
David, what part of the typedef / try-catch documentation renders this issue an...
226 227 228 229 230 231 232 233 234 235 236
Next ›   Last »