Add private assignment operators.

Patch from Richard Webb.
This fixes #1414, where msvc complained that default assignment operator
could not be generated. This can be fixed either by pragmas, or by
declaring (but not defining), private assignment operator. The latter
approach seems better, since it's likely to help on other compilers.


[SVN r53425]
This commit is contained in:
Vladimir Prus 2009-05-30 05:59:08 +00:00
parent 20f6653796
commit 0665418532

@ -1 +1 @@
Subproject commit 1865f2b8f9bbb514aaa1b0c91a8143f8980c297f
Subproject commit bb80cdd26c1364ac2ea6e8ceb4bc49643367be13