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 rwebb <richard.webb@…>, 13 years ago

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

comment:2 by Daniel James, 13 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.