Quote:
Originally Posted by mattmeck
will never happen, the developers are keeping us current with live to emulate EQ not trying to emulate eq-nomore
|
And it would be impossible, we have no server with ancient op codes to packet collect for.
__________________
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.
|