View Single Post
  #2  
Old 03-17-2005, 08:44 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by z3phyrus
maybe i should have moved this to Linux Server Support maybe a forum admin can do that :p
Good point

Make sure you have ../common/Condition.o in line 20 of ../zone/makefile
__________________
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