author | alpar |
Sat, 20 Mar 2004 16:10:26 +0000 | |
changeset 216 | 40fcfa5bfc32 |
parent 215 | b3c4e6646f7f |
child 217 | fc549fac0dd0 |
1.1 --- a/src/work/alpar/emptygraph.h Sat Mar 20 16:07:19 2004 +0000 1.2 +++ b/src/work/alpar/emptygraph.h Sat Mar 20 16:10:26 2004 +0000 1.3 @@ -284,6 +284,8 @@ 1.4 /// \todo We may need copy constructor 1.5 /// \todo We may need conversion from other nodetype 1.6 /// \todo We may need operator= 1.7 + /// \warning Making maps that can handle bool type (NodeMap<bool>) 1.8 + /// needs extra attention! 1.9 1.10 template<class T> class NodeMap 1.11 {