July 20, 2007 Issues » [Issue 1354] Can use function prototype in typedef and alias. | |||
|---|---|---|---|
| |||
...20 15:45 ------- Why should having a typedef to a function type be an issue... | |||
July 20, 2007 Issues » [Issue 1354] New: Can use function prototype in typedef and alias. | |||
|---|---|---|---|
| |||
...com typedef int[] func(A,B,C)(int bla); // works with alias instead of typedef... | |||
July 18, 2007 c++.stlsoft » Re: WINSTL basic_findfile_sequence has no iterator typedef | |||
|---|---|---|---|
| |||
...iterator<winstl::basic_findfile_sequence<C, T> >
{
typedef typename winstl::basic_findfile_sequence<C,
T... | |||
July 17, 2007 Issues » [Issue 1344] New: Can't implicitly convert literal 0 to typedef of ulong | |||
|---|---|---|---|
| |||
...com
The following will not compile:
typedef uint u32;
typedef ulong u64;
void main() {
uint... | |||
July 14, 2007 c++.stlsoft » Re: WINSTL basic_findfile_sequence has no iterator typedef | |||
|---|---|---|---|
| |||
Gabor Fischer Wrote: That's by design. A collection that represents a file-system cannot... | |||
July 14, 2007 c++.stlsoft » WINSTL basic_findfile_sequence has no iterator typedef | |||
|---|---|---|---|
| |||
Hello! The basic_findfile_sequence in winstl has no iterator type defined, only a const... | |||
July 12, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1335
bugzilla@digitalmars.com changed:
What... | |||
July 12, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
...can be considered subsets of what they typedef For the little I've thought of... | |||
July 11, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
...the typedef." You could even consider allowing math between numeric typedefs and non-typedef variables... | |||
July 11, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
...54 ------- Free conversion to and from a typedef might have some issues with overloading of... | |||
Copyright © 1999-2021 by the D Language Foundation