Angus Leeming <[EMAIL PROTECTED]> writes: | I have a container that currently allows the user to alter the Node | container. I want to allow the user to be able to alter the Node | contents but to not be able to insert, erase Nodes from the vector.
Don't return the vector<Node> but have an accessor fucntion instead for only a single node? -- Lgb