October 09, 2011 DMD » [dmd-internals] I think we should deprecate array .sort and .reverse properties in this release | |||
|---|---|---|---|
| |||
...deprecated. We should also think about deprecating typedef as well. Unless there's a _really... | |||
September 26, 2011 c++.stlsoft » fixed_array problems on 64 bit linux | |||
|---|---|---|---|
| |||
...array.hpp>
int main()
{
typedef stlsoft::fixed_array_2d<double> FixedArray;
typedef FixedArray::dimension_element... | |||
September 24, 2011 General » Re: __restrict, architecture intrinsics vs asm, consoles, and other stuff | |||
|---|---|---|---|
| |||
...though. :~)
Stock example:
pragma(attribute, vector_size())
typedef float __v4sf_t
union __v4sf {
float[4... | |||
September 22, 2011 DMD » [dmd-internals] [D-Programming-Language/dmd] 5f3c64: Move typedef tests to deprecate1 | |||
|---|---|---|---|
| |||
...test15.d Log Message: ----------- Typedef cleanup: test15 Some of these were typedef bugs, others not... | |||
September 22, 2011 Learn » Re: Heap fucntion calls | |||
|---|---|---|---|
| |||
...4; n = 3; i = 2;};
dg();
}
becomes:
typedef struct foo_dg_1_delegate {
void (*funcptr... | |||
September 22, 2011 Issues » [Issue 6713] New: Segfault with typeid of an alias | |||
|---|---|---|---|
| |||
...if 'typedef' is replaced by 'alias', a runtime segfault occurs. It works if typedef is... | |||
September 22, 2011 Issues » [Issue 6712] New: .init wrong when multiple functions declare the same typedef | |||
|---|---|---|---|
| |||
...test suite.
void firsttypedef()
{
typedef int myint = 3;
}
void secondtypedef()
{
typedef int myint = 7;
static... | |||
September 22, 2011 General » Re: __restrict, architecture intrinsics vs asm, consoles, and other | |||
|---|---|---|---|
| |||
...template <class V>
struct Fft
{
typedef typename V::T T;
typedef typename V::vec vec... | |||
September 21, 2011 DMD » [dmd-internals] [D-Programming-Language/dmd] 8c2903: Fix broken test | |||
|---|---|---|---|
| |||
...d for all typedef bugs So that they'll remain valid when typedef is deprecated... | |||
September 21, 2011 Learn » Re: Heap fucntion calls | |||
|---|---|---|---|
| |||
...x = 4;}
dg();
}
is roughly equivalent to:
typedef struct foo_dg_1_delegate {
void (*funcptr... | |||
Copyright © 1999-2021 by the D Language Foundation