>> The difference here is that C++ compilers automatically synthesis
>> copy ctors and default ctors and operator=, but they don't do the
>> same for operator==.  To disable these automatically generated
>> members, you have to "define" them, and put them in the private part
>> of the class (so any users will get compile-time access violation
>> errors as well as link errors).
>
> Still learning that language.  OK then, I'll comment  it out.

Not a big deal.  Thanks Dale!

-Chris

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to