Listen in C++ databanker 11. Januar 2006 um 23:50 Das Problem ist das fehlende "using namespace std;"#include <list>using namespace std;typedef list<int> LISTINT;main() { list<int> l1; LISTINT l2;return 0;}