Subject: [Boost-bugs] [Boost C++ Libraries] #3350: Warning 4512 in Fusion struct_iterator MSVC
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-18 11:48:21
#3350: Warning 4512 in Fusion struct_iterator MSVC
-------------------------------------+--------------------------------------
Reporter: pbristow | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: fusion
Version: Boost Development Trunk | Severity: Problem
Keywords: fusion warning |
-------------------------------------+--------------------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3350> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC