mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
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:
parent
20f6653796
commit
0665418532
1 changed files with 1 additions and 1 deletions
2
libs/io
2
libs/io
|
@ -1 +1 @@
|
|||
Subproject commit 1865f2b8f9bbb514aaa1b0c91a8143f8980c297f
|
||||
Subproject commit bb80cdd26c1364ac2ea6e8ceb4bc49643367be13
|
Loading…
Add table
Reference in a new issue