View Single Post
  #2  
Old 09-01-2004, 06:58 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Can someone tell me....

Quote:
Originally Posted by Eff_You15
If all the servers are using 5.7 still?
Most.
Quote:
Can anyone tell me if there is a way to backpatch still if so,
Read the rules.
Quote:
or give me an eta of when stuff will be updated to 5.8~~~
...When its finished?...
Quote:
I know this isnt the help section and whatnot but no one really answers there...
We do when they are questions we can answer...
Quote:
This post had to do with servers anyway =P
Barely.
Quote:
Any help is appreciaited.
Nothing you asked can really be answered.
__________________
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.