March 03, 2012 Phobos » [phobos] [D-Programming-Language/phobos] c0d099: Add test for indexing/slicing operator overloading... | |||
|---|---|---|---|
| |||
...Message:
-----------
Rename: ProxyOf to Proxy, and TypeDef to Typedef.
Commit: 608218d85587b0e923a7ffe7700fa8d68597333d
https://github.com/D... | |||
February 28, 2012 Genel » D için Huffman Algoritmasını Kodlama | |||
|---|---|---|---|
| |||
...OutputIterator iter);
private:
class Node;
Node* tree;
typedef std::map<DataType, std::vector<bool> > encodemap... | |||
February 28, 2012 Learn » Random behavior using a wrapped C library | |||
|---|---|---|---|
| |||
...alignment issues..?
extern(C):
//typedef unsigned char uint8;
alias ubyte uint8;
//typedef struct {
// uint8 r... | |||
February 21, 2012 General » Re: size_t + ptrdiff_t | |||
|---|---|---|---|
| |||
...Ran into this problem with mysql.h:
typedef st_mysql_field {
...
unsigned long length;
unsigned... | |||
February 20, 2012 General » Re: std.collection lets rename it into std,ridiculous. | |||
|---|---|---|---|
| |||
...ridiculous. That Stuff is meanwhile library based.. Typedef f.i.) So why not plug- in... | |||
February 19, 2012 General » Re: Howto build a repo case for a ICE? | |||
|---|---|---|---|
| |||
...introduced because I had to replace a typedef with a wrapper struct. Kind Regards Benjamin... | |||
February 17, 2012 General » Re: basic types and alias | |||
|---|---|---|---|
| |||
...template.
This works:
// would have used typedef, but typedef is deprecated...
struct S
{
int ___val... | |||
February 15, 2012 Issues » [Issue 850] we need (*type).property to refer to property if we use typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=850 Lukasz Wrzosek <luk.wrzosek@gmail... | |||
February 13, 2012 General » Re: D- | |||
|---|---|---|---|
| |||
...a += 5;
y.fun();
return 0;
}
into
typedef struct __d_5testx1S __d_5testx1S;
__d_int... | |||
February 05, 2012 General » Re: The Win32 HANDLE type under D2 | |||
|---|---|---|---|
| |||
...code? Or should we wait until we have a library typedef and use that? Stewart. | |||
Copyright © 1999-2021 by the D Language Foundation