Opened 8 years ago

Last modified 8 years ago

#11080 new Bugs

MSVC level 4 compiler warnings in function_output_iterator

Reported by: Erik Levin <p.erik.d.levin@…> Owned by: jeffrey.hellrung
Milestone: To Be Determined Component: iterator
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

When compiling a project using signals2 (boost v. 1.56) with warning level 4 (/W4) in Visual Studio 2013, warnings are generated on the file function_output_iterator.hpp.

The warning is C4512: assignment operator could not be generated.

Supplying patch which solves the issue by declaring those classes noncopyable.

Attachments (1)

signals.patch (528 bytes ) - added by Erik Levin <p.erik.d.levin@…> 8 years ago.

Download all attachments as: .zip

Change History (3)

by Erik Levin <p.erik.d.levin@…>, 8 years ago

Attachment: signals.patch added

comment:1 by Erik Levin <p.erik.d.levin@…>, 8 years ago

comment:1 by Erik Levin <p.erik.d.levin@…>, 8 years ago

Note: See TracTickets for help on using tickets.