Quote:
Originally Posted by sotonin
Yes i do beleive i've noticed this on the very same build you use. We of course use linux, so i didn't notice the multiple zones benig loaded with same port. (i dont know linux well enough to be able to see this eheh)
But i have the same problem. hanging while zoning. and it happening all the time for anybody zoning in (for particular zones) until a reboot.
|
Ditto. This is happening to me too.
__________________
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.
|