• Description has changed:

Diff:

--- old
+++ new
@@ -1 +1 @@
-The functional library currently is written to support function and member pointers. Lambdas a neither, but rather have the type std::function<R(A1,A2,...)>. Work on this should also occur at the same time as a variadic template implementation of the functional library.
+The functional library currently is written to support function and member pointers. Lambdas are neither, but rather have the type std::function<R(A1,A2,...)>. Work on this should also occur at the same time as a variadic template implementation of the functional library.