Opened 13 years ago
Closed 13 years ago
#3725 closed Patches (duplicate)
boost/io/ios_state.hpp
| Reported by: | anonymous | Owned by: | Daryle Walker |
|---|---|---|---|
| Milestone: | Boost 1.42.0 | Component: | io |
| Version: | Boost 1.41.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
The boost/io/ios_state.hpp should be compiled with highest warning level.
In MSVC 9.0 with warning level 4 it produces: "Assignment operator could not be generated".
Since all saver classes are non copyable they should derive from noncopyable or declare private copy constructor and assignment operator.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This looks like a dup of both #1414 and #3588 (fixed in Trunk, but not yet merged to release).