
16 Jun
2010
16 Jun
'10
6:36 p.m.
Thorsten Ottosen wrote:
Nat Goodspeed skrev:
Thorsten Ottosen wrote:
However, list_of<int>() inserts a default value (so that list_of<int>().range(a).range(b) == {0,1,2,3,4}).
Maybe we should add
empty_list_of<int>()
? It's quite trivial to add.
Does list_of<T>() have a default value for its T parameter?
No, how could it?
In that case, I'm confused about why list_of<int>() inserts a default value.