Andreas Pakulat <apaku at gmx.de> writes:
> The only way I can see to make this work is use a send in the id for Token
> in its constructor, i.e.:
>
> Token( int id_ ) : id(id_) {}
You write »id_« -- with trailing underscore -- is this a kind of naming
convention?
olli