lmoffatt / macror

Automatically exported from code.google.com/p/macror
0 stars 0 forks source link

fileManager does not have a equality operator #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the class fileManager does not have an equality operator. 
The problem is that the private member tinyXmlDoc do not have either. 

If we decide that ALL our classes should have an equality operator and a less 
operator, we should tackle down this problem. 

For instance, to test the assigment operator we need the equality operator. 
(I created a copy constructor and assigment operator)

Original issue reported on code.google.com by lmoff...@gmail.com on 26 Feb 2011 at 11:59