|
-
October 24th, 2003, 05:25 AM
#2
Junior Member
The code you posted is correct but reading your error shows that the problem does not lie within that line. "warning: friend decleration of operator << declares a non-template function" that gives me the idea that in your class implementation of Set your decleration of the friend function does not match up with its definition. So check out the decleration and if you can't figure it out please post the class definition here.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|