added a TODO to remove some comments
This commit is contained in:
parent
4756e53292
commit
1bc9c12f81
@ -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...)>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user