Ver Fonte

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]
Vladimir Prus há 17 anos atrás
pai
commit
0665418532
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      libs/io

+ 1 - 1
libs/io

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

粤ICP备19079148号