Search

April 07, 2007
General »
...init the array.

Immediate #2 - Use a typedef of the array's element type with...
April 07, 2007
c++.stlsoft »
...sequence. That would look somehow like this:

typedef comstl::enumerator_sequence
<
    IEnumVARIANT,
    _variant_t,
    comstl...
April 06, 2007
Issues »
...02:06 -------
I changed "type names" to "typedef names" clarify it. The compiler works as...
April 05, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=918


thomas-dloop@kuehne.cn changed...
April 05, 2007
Issues »
...run/t/typedef_23_A.d http://dstress.kuehne.cn/run/t/typedef_23_B...
April 04, 2007
Learn »
Sorry, that's a reasonable idea, but it's *NOT* what I want. This was...
April 04, 2007
Learn »


I have a number of typedef'ed types, and I recently converted them all to...
April 04, 2007
Learn »
Reply to Charles,

somewhere there is a compile time units lib that does much of...
April 04, 2007
Learn »
Is there any way to add operators defined on a type which is defined off...
April 02, 2007
Issues »
...C) struct:
---
// from phobos/internal/critical.c
typedef struct D_CRITICAL_SECTION

{

    struct D_CRITICAL...
239 240 241 242 243 244 245 246 247 248 249
Next ›   Last »