vector of list

1
2
3
4
5
6
7
8
9
10
11

template<class Obj>
class Table
{
    public:

    private:
    vector< list<Obj> > my;

};


Could someone explain why this does not work?
Never mind got the answer
Then share it.
Topic archived. No new replies allowed.