View Single Post
  #3  
Old 10-13-2004, 09:13 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote