Opened 13 years ago

Closed 12 years ago

#3350 closed Bugs (fixed)

Warning 4512 in Fusion struct_iterator MSVC

Reported by: Paul A. Bristow Owned by: Joel de Guzman
Milestone: Boost 1.41.0 Component: fusion
Version: Boost Development Trunk Severity: Problem
Keywords: fusion warning Cc:

Description

I am still getting a very long Warning 4512 in Fusion struct_iterator using MSVC (using trunk updated 18 Aug).

Added a warning suppression quiets this for building the distribution explorer in Boost.math

+#if defined (BOOST_MSVC) +# pragma warning(push) +# pragma warning (disable: 4512) assignment operator could not be generated. +#endif + +

#include <boost/fusion/iterator/iterator_facade.hpp>

...

Patch attached.

Thanks.

Attachments (1)

w4512_struct_iterator.diff (651 bytes ) - added by Paul A. Bristow 13 years ago.

Download all attachments as: .zip

Change History (2)

by Paul A. Bristow, 13 years ago

Attachment: w4512_struct_iterator.diff added

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

This file no longer exists, and its replacement (basic_iterator) does not issue this warning.

Note: See TracTickets for help on using tickets.