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.
|