The constructor I've made for the class won't compile -- some sort of pointer conversion error in the assignment operator for my linked list template.
If you post the constructor & assignment operator code and compiler message I can try and make useful observations. Do you have a valid copy constructor? Sometimes that can cause similar errors.
no subject
Date: 2004-01-29 03:54 pm (UTC)If you post the constructor & assignment operator code and compiler message I can try and make useful observations. Do you have a valid copy constructor? Sometimes that can cause similar errors.