April 07, 2007 General » Re: Simple array init question | |||
|---|---|---|---|
| |||
...init the array. Immediate #2 - Use a typedef of the array's element type with... | |||
April 07, 2007 c++.stlsoft » Re: COMSTL collection_sequence and enumerator_sequence have no const_iterator type | |||
|---|---|---|---|
| |||
...sequence. That would look somehow like this:
typedef comstl::enumerator_sequence
<
IEnumVARIANT,
_variant_t,
comstl... | |||
April 06, 2007 Issues » [Issue 1100] Alias parameters don't accept primitive types. | |||
|---|---|---|---|
| |||
...02:06 ------- I changed "type names" to "typedef names" clarify it. The compiler works as... | |||
April 05, 2007 Issues » [Issue 918] Template order matter, version block change something with typedef, and another template bug. | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=918 thomas-dloop@kuehne.cn changed... | |||
April 05, 2007 Issues » [Issue 850] we need (*type).property to refer to property if we use typedef | |||
|---|---|---|---|
| |||
...run/t/typedef_23_A.d http://dstress.kuehne.cn/run/t/typedef_23_B... | |||
April 04, 2007 Learn » Re: typedef int: adding operators? (opAdd, etc.) | |||
|---|---|---|---|
| |||
Sorry, that's a reasonable idea, but it's *NOT* what I want. This was... | |||
April 04, 2007 Learn » Re: typedef int: adding operators? (opAdd, etc.) | |||
|---|---|---|---|
| |||
I have a number of typedef'ed types, and I recently converted them all to... | |||
April 04, 2007 Learn » Re: typedef int: adding operators? (opAdd, etc.) | |||
|---|---|---|---|
| |||
Reply to Charles, somewhere there is a compile time units lib that does much of... | |||
April 04, 2007 Learn » typedef int: adding operators? (opAdd, etc.) | |||
|---|---|---|---|
| |||
Is there any way to add operators defined on a type which is defined off... | |||
April 02, 2007 Issues » [Issue 1091] New: Wrong size reserved for critical sections | |||
|---|---|---|---|
| |||
...C) struct:
---
// from phobos/internal/critical.c
typedef struct D_CRITICAL_SECTION
{
struct D_CRITICAL... | |||
Copyright © 1999-2021 by the D Language Foundation