Search

December 12, 2006
General »
...char operation, LeftExpr, RightExpr, int dummy=0) {
    typedef int isExpr; // workaround because is() doesn't...
December 09, 2006
Announce »
...now always generated for enum, struct, and typedef's, to enable more thorough rtti.

So...
December 07, 2006
Issues »
...Etest{
  a,b,c,d
}

typedef int testi = 10;
typedef Test Test2;

void main(){
  assert...
December 06, 2006
Issues »
...with void* :/

A workaround is to do:
typedef void* WindowPeer_;
alias WindowPeer_ WindowPeer;

This is...
December 05, 2006
c++.stlsoft »
...your code, you've not used a typedef (I would usually define IBaseFilter_ptr) this...
December 03, 2006
Issues »
...asserts when run: to fix it, change "typedef" to "alias", matching the
change made to...
December 03, 2006
Issues »
...The spec gives promotion rules for when typedef'd values are combined by arithmetical or...
December 03, 2006
Issues »
...to think that, given

    typedef int qwert;
    typedef qwert yuiop;
    typedef qwert asdfg;

that the...
November 27, 2006
General »
...is a typedef and the other is the base type of that typedef, the result...
November 27, 2006
c++.announce, c++.stlsoft »
...no yielding. spin_mutex is now a typedef
  for spin_mutex_no_yield. The old...
251 252 253 254 255 256 257 258 259 260 261
Next ›   Last »