changeset 9 | c3fecc82ade6 |
parent 8 | 96d16dfe787a |
child 13 | 2640a7fd96ca |
8:96d16dfe787a | 9:c3fecc82ade6 |
---|---|
1 /** |
|
2 * test/demos/bad_alloc.cc |
|
3 * Copyright (C) 2008 Markus Broeker |
|
4 */ |
|
5 |
|
1 #include <iostream> |
6 #include <iostream> |
2 #include <vector> |
7 #include <vector> |
3 #include <exception> |
8 #include <exception> |
4 #include <sys/time.h> |
9 #include <sys/time.h> |
5 #include <sys/resource.h> |
10 #include <sys/resource.h> |