j
k
j a
j l
Boris Kolpackov wrote:
typedef visitor<handle1, handle2, ...> v; reader r (filename); while (node* n = r.next()) v.visit (n);
Why do we have a node* here? Shouldn't it be a boost::variant<Node, ...>& ?
Back to the thread
Back to the list