|
|
|
|
|
by pmontra
892 days ago
|
|
By the way, why do you need a backslash to define a lambda? Apparently it doesn't give any additional information. All you need to know that's a lambda is the presence of the -> operator. Is that a way to make the compiler faster? |
|