November 12, 2006 Issues » [Issue 494] New: template's variadic argument can't use as type | |||
|---|---|---|---|
| |||
...0] test2=TA[0].init; } typedef int dummy=0; typedef int myint=3; void main... | |||
November 05, 2006 c++ » Re: Error Code Help Requested | |||
|---|---|---|---|
| |||
...a static ptr+auto_ptr, e.g.
typedef std::pair<int, int> pair_t;
static... | |||
November 03, 2006 General » Re: Static foreach. | |||
|---|---|---|---|
| |||
...variant template. Lets you do something like: typedef variant< my_type, double > mv; You could... | |||
October 26, 2006 General » Re: Forward referencing templates.. | |||
|---|---|---|---|
| |||
...gives an error though: test.d(19): typedef test.face3D circular definition (the original code... | |||
October 26, 2006 Issues » Re: [Issue 379] New: wrong thisptr type in typedef'ed struct | |||
|---|---|---|---|
| |||
...std.stdio : writefln;
class Foo
{
int xxx;
}
typedef Foo Bar;
void main()
{
auto b = new... | |||
October 24, 2006 Issues » [Issue 450] New: frontend: please use <stdint.h> to increase portability | |||
|---|---|---|---|
| |||
...typedef signed char d_int8; -typedef unsigned char d_uns8; -typedef short d_int16; -typedef... | |||
October 24, 2006 Issues » [Issue 448] New: frontend: redefinition of size_t | |||
|---|---|---|---|
| |||
...thomas-dloop@kuehne.cn mem.h:7: typedef unsigned size_t; please use standard C... | |||
October 18, 2006 General » Re: Anyone interested in a Spirit for D? | |||
|---|---|---|---|
| |||
...fun. From one of the code examples: typedef alternative<alternative<space_parser, sequence<sequence< strlit... | |||
October 16, 2006 Issues » [Issue 378] Assertion failure: '0' on line 216 in file 'init.c' | |||
|---|---|---|---|
| |||
...initializations when typedef'ing them like this. Walter? Language lawyer? For reference, the typedef part... | |||
October 09, 2006 Issues » [Issue 413] New: overloaded function resolution with null parameter | |||
|---|---|---|---|
| |||
...Priority: P2
Component: DMD
AssignedTo: bugzilla@digitalmars.com
ReportedBy: benoit@tionex.de
typedef char[] String
--
| |||
Copyright © 1999-2021 by the D Language Foundation