Opened 8 years ago
Last modified 8 years ago
#11080 new Bugs
MSVC level 4 compiler warnings in function_output_iterator
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
Previously submitted to https://svn.boost.org/trac/boost/ticket/11042