December 12, 2006 General » Expression templates | |||
|---|---|---|---|
| |||
...char operation, LeftExpr, RightExpr, int dummy=0) {
typedef int isExpr; // workaround because is() doesn't... | |||
December 09, 2006 Announce » Re: DMD 0.177 release - Clearifications Please? | |||
|---|---|---|---|
| |||
...now always generated for enum, struct, and typedef's, to enable more thorough rtti. So... | |||
December 07, 2006 Issues » [Issue 662] New: Support functions as basictypes and enum properties | |||
|---|---|---|---|
| |||
...Etest{
a,b,c,d
}
typedef int testi = 10;
typedef Test Test2;
void main(){
assert... | |||
December 06, 2006 Issues » [Issue 644] Ddoc: aliases used as parameters/fields revert to base type in generated docs. | |||
|---|---|---|---|
| |||
...with void* :/ A workaround is to do: typedef void* WindowPeer_; alias WindowPeer_ WindowPeer; This is... | |||
December 05, 2006 c++.stlsoft » Re: [COMSTL; Adi's report] stlsoft::interface_ptr is a zombie; use stlsoft::ref_ptr | |||
|---|---|---|---|
| |||
...your code, you've not used a typedef (I would usually define IBaseFilter_ptr) this... | |||
December 03, 2006 Issues » [Issue 511] Various problems in the documentation | |||
|---|---|---|---|
| |||
...asserts when run: to fix it, change "typedef" to "alias", matching the change made to... | |||
December 03, 2006 Issues » [Issue 633] New: Enum promotion rules are not specified | |||
|---|---|---|---|
| |||
...The spec gives promotion rules for when typedef'd values are combined by arithmetical or... | |||
December 03, 2006 Issues » [Issue 632] New: Typedef promotions spec ambiguous - ultimate base type or lowest common denominator? | |||
|---|---|---|---|
| |||
...to think that, given
typedef int qwert;
typedef qwert yuiop;
typedef qwert asdfg;
that the... | |||
November 27, 2006 General » Enums, typedefs and lowest common denominators | |||
|---|---|---|---|
| |||
...is a typedef and the other is the base type of that typedef, the result... | |||
November 27, 2006 c++.announce, c++.stlsoft » STLSoft 1.9.1 beta 29 released | |||
|---|---|---|---|
| |||
...no yielding. spin_mutex is now a typedef for spin_mutex_no_yield. The old... | |||
Copyright © 1999-2021 by the D Language Foundation