Quote:
Originally Posted by mrea
This is not really an issue anymore with all the patchers out there readily available but, I will see if this really messes up the loginserver and all that stuff later. Thanks for the warning.
|
I dont believe there are any backpatchers for 5.8-DR2. But regardless, Thanks for the Warning. I wasnt sure if this patch would break eqemu or not.
__________________
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.
|