I don't believe so because if you release a modified version of a Sony File, or make your own file with Sony Content its illegal so Windcatcher intentionally didnt put it in.
And there was a conclusive post on this somewhere... =))
__________________
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.
|