March 27, 2008 General » Re: const debacle | |||
|---|---|---|---|
| |||
...now. Rule 1: inout(T) is a typedef for const(T) This automatically implies that... | |||
March 26, 2008 Issues » [Issue 1946] New: Compiler crashes on attempt to implicit cast const typedef to non-const. | |||
|---|---|---|---|
| |||
...crashes on attempt to implicit cast const
typedef to non-const.
Product: D
Version: 2... | |||
March 17, 2008 General » Re: Quantifying the Performance of Garbage Collection vs. Explicit | |||
|---|---|---|---|
| |||
...sensible if pointers were treated as a typedef'd fully qualified integer type (with shift... | |||
March 12, 2008 General » C++ Resyntaxed | |||
|---|---|---|---|
| |||
...declare in two stages too (C++ again): typedef void (*new_handler)(void); new_handler set... | |||
March 12, 2008 GDC » [Issue 1911] New: Link error when creating array of typedefs with default initializer | |||
|---|---|---|---|
| |||
...dbugzilla@iki.fi In file a.d: -- typedef int foo = 1; -- In file b.d... | |||
March 11, 2008 General » Re: Wintab/PASCAL calling convention | |||
|---|---|---|---|
| |||
...for extern(Pascal) to work
extern (Pascal)
{
typedef UINT function(void *lpOutput, UINT nIndex, UINT... | |||
March 08, 2008 General » Re: Fragile virtual functions | |||
|---|---|---|---|
| |||
...a struct, or an enum, or a typedef, or a template, or ... /anything/ ...) then anything... | |||
March 05, 2008 Issues » [Issue 1814] DMD/GDC does not prevent typedef violations | |||
|---|---|---|---|
| |||
...00:37 -------
It turns out that disallowing:
typedef int Foo;
Foo f;
f = 3;
is... | |||
March 04, 2008 General » Re: We need to clarify if 'real' is the 'default floating point type' or not. | |||
|---|---|---|---|
| |||
...Or should the second one be a typedef? I'm not sure). Then we have... | |||
March 03, 2008 General » Re: We need to clarify if 'real' is the 'default floating point type'or not. | |||
|---|---|---|---|
| |||
...the X87 coprocessor
typedef real80 real;
} else {
typedef double real;
}
version(X86) {
typedef real80 longreal... | |||
Copyright © 1999-2021 by the D Language Foundation