
16 May
2008
16 May
'08
7:32 p.m.
Hello, Does boost got something to do this struct node { std::vector<node> children; // node is incomplete }; in a way which conform with the standard which disallows STL containers of incomplete types? thx, -- Maik