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

Quote:
Originally Posted by sysadmin
I believe 5.7 dr6 was never made public,
It indeed was, but only lasted a couple weeks and therefore little record of it remains.
Quote:
5.9 is long gone, but if you are interested and know some C code I can hook you up with older code but I dont know any C code and cannot support it or can help you to compile it.
5.9 isnt worth the hassle. Just use 6.0
__________________
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