added a TODO to remove some comments
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
template <typename Fun>     // here Fun will be a function signature
 | 
					template <typename Fun>     // here Fun will be a function signature
 | 
				
			||||||
class Function;
 | 
					class Function;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// TODO: kérdezős kommentek eltüntetése leadás után
 | 
				
			||||||
template <typename Ret, typename... Args>       // specialization, so we can work
 | 
					template <typename Ret, typename... Args>       // specialization, so we can work
 | 
				
			||||||
class Function<Ret(Args...)>
 | 
					class Function<Ret(Args...)>
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user