Merge container from trunk

[SVN r78593]
This commit is contained in:
Ion Gaztañaga
2012-05-24 17:07:31 +00:00
parent de1eec1ad3
commit 74bb68a0cd
27 changed files with 371 additions and 151 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ int main()
stable_vector<data> sv;
sv.resize(100);
//Let's build a tree based in
//Let's build a tree based in
//a recursive data type
tree_node root;
root.name = "root";