Quote: 
	
	
		| 
			
				 
					Originally Posted by RangerDown
					
				 
				I take issue with the word "broken".  It is infact working as intended(tm) :P 
It never was intended to work with 0.6.1    
			
		 | 
	 
	 
 Point taken.
 
Minilogin will continue to  work as intended.  
		
	
		
		
		
		
		
		
			
				__________________ 
				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.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |