January 20, 2007 Issues » [Issue 860] New: Typedef of an alias in another module used as template parameter combined with circular imports fails strangely | |||
|---|---|---|---|
| |||
...issues/show_bug.cgi?id=860
Summary: Typedef of an alias in another module used... | |||
January 19, 2007 Announce » Re: Comparison chart of D and C++ templates | |||
|---|---|---|---|
| |||
...template< class T >
struct Iterator
{
typedef T value_type;
typedef T * pointer_type;
};
template< class... | |||
January 19, 2007 Learn » Extending basic types - bool | |||
|---|---|---|---|
| |||
...but this isn't possible in D. typedef and alias aren't sufficient as I... | |||
January 18, 2007 c++.windows » Re: Problem with header-file | |||
|---|---|---|---|
| |||
...java-sdk-tool. typedef int WINAPI (*CasioIO_UninitPtrT)(); CasioIO_UninitPtrT CasioIO_UninitPtr; typedef int WINAPI... | |||
January 18, 2007 Learn » Re: std.traits.ReturnType b0rking on function pointer. | |||
|---|---|---|---|
| |||
...could* go and change all instances of 'typedef' to 'alias'... might actually do that and... | |||
January 17, 2007 Learn » Re: std.traits.ReturnType b0rking on function pointer. | |||
|---|---|---|---|
| |||
...thoughts: pfSDL_SetVideoMode is declared as a typedef. Maybe try it as an alias? ReturnType... | |||
January 17, 2007 Learn » std.traits.ReturnType b0rking on function pointer. | |||
|---|---|---|---|
| |||
...declared like so (yes, it's DerelictSDL): typedef SDL_Surface* function(int,int,int,Uint32... | |||
January 16, 2007 c++.windows » Re: Problem with header-file | |||
|---|---|---|---|
| |||
...TYPE_MATRIX 2 #define TYPE_LIST 3 typedef void (*CASIOIO_EVENT)(); int WINAPI CasioIO_Uninit... | |||
January 15, 2007 Issues » [Issue 850] we need (*type).property to refer to property if we use typedef | |||
|---|---|---|---|
| |||
...use |refer to property if we use
|typedef |typedef
------- Comment #1 from smjg@iname.com... | |||
January 15, 2007 Issues » [Issue 850] New: we need (*type).property to refer to property if we use typedef | |||
|---|---|---|---|
| |||
...to refer to property if we use
typedef
Product: D
Version: 1.00
Platform: PC... | |||
Copyright © 1999-2021 by the D Language Foundation