Fixed all TOOLS classes
Now all of these classes either allow copy constructor/assignment or forbid it. This allows either to use them in STL vector, or give explicit compilation errors if it is not safe to do it.
Loading
Please sign in to comment