Explorar el Código

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 hace 17 años
padre
commit
0665418532
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libs/io

+ 1 - 1
libs/io

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

粤ICP备19079148号