I don't like that idea at ALL.
Not that I didn't see it coming, but there is no way in hell Id play eq(2)live ever again if this is put in.
Sony just wants a little of that $200 million.
__________________
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.
|