added a TODO to remove some comments

This commit is contained in:
Kjistóf 2016-11-27 14:35:30 +01:00
parent 4756e53292
commit 1bc9c12f81
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
template <typename Fun> // here Fun will be a function signature
class Function;
// TODO: kérdezős kommentek eltüntetése leadás után
template <typename Ret, typename... Args> // specialization, so we can work
class Function<Ret(Args...)>
{