Commit 0b4ec2fb authored by unknown's avatar unknown
Browse files

Add a comment about I_List<> copy constructor.


sql/sql_list.h:
  Add a comment.
parent d6c3f0f4
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -426,6 +426,11 @@ struct ilink

template <class T> class I_List_iterator;

/*
  WARNING: copy constructor of this class does not create a usable
  copy, as its members may point at each other.
*/

class base_ilist
{
public: