Add a comment about I_List<> copy constructor.

sql/sql_list.h:
  Add a comment.
This commit is contained in:
unknown 2005-08-22 19:23:01 +04:00
parent d6c3f0f4b6
commit 0b4ec2fb42

View File

@ -426,6 +426,11 @@ struct ilink
template <class T> class I_List_iterator; 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 class base_ilist
{ {
public: public: