Hi,
Does anyone know why i have a "Error : Illegal use of 'explicit'" with this
code :
..
template <class T2>
class Iterator {
friend class List<T>;
NodeBase *_node;
explicit Iterator<T2>(NodeBase *node) : _node(node) {}
...
Thanks a lot
Chris-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
