15 Dec
2013
15 Dec
'13
9:10 a.m.
On Sat, Dec 14, 2013 at 10:23 PM, Mostafa
On Sat, 14 Dec 2013 12:04:29 -0800, Andrey Semashev < andrey.semashev@gmail.com> wrote:
On Sat, Dec 14, 2013 at 10:15 PM, Krzysztof Czainski <1czajnik@gmail.com>
wrote:
2013/12/13 TyRoXx
The first example for Lambda 1.55 is:
list<int> v(10); for_each(v.begin(), v.end(), _1 = 1);
This is not useful at all. The first two question that every new user would ask are:
- which header files do I have to include? - which namespaces are the things from? Is _1 the global that I already know from bind or not?
+1
-- Marco