View Single Post
  #5  
Old 01-17-2006, 04:53 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

<offtopic>
Someone should add <blink></blink> to the DO NOT PATCH warning again like it used to be. Dunno if it will help, but.. :/
</offtopic>
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote