Quote:
fyi you never need UN approval to defend yourself but good job on appealing to emotion out of ignorance nonetheless :O
|
You can't possibly tell me that we have to pass a "Global Test" (Kerry's Words) in order to defend ourselves.
__________________
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.
|