[Boost-bugs] [Boost C++ Libraries] #1619: [Fusion] C4512 warnings from VC9 (Visual Studio 2008)

Subject: [Boost-bugs] [Boost C++ Libraries] #1619: [Fusion] C4512 warnings from VC9 (Visual Studio 2008)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-02-05 17:55:08


#1619: [Fusion] C4512 warnings from VC9 (Visual Studio 2008)
---------------------------------------------------------+------------------
 Reporter: Richard Webb <Richard.Webb_at_[hidden]> | Owner: djowel
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
  Version: Boost Development Trunk | Severity: Cosmetic
 Keywords: |
---------------------------------------------------------+------------------
 I've got some code which makes some simple use of fusion/tuple, and
 building it on VC9 with warning level 4 produces a large list of 4512
 warnings from vector_iterator:

 {{{
 boost\fusion\container\vector\vector_iterator.hpp(42) : warning C4512:
 'boost::fusion::vector_iterator<Vector,N>' : assignment operator could not
 be generated
 }}}

 It would be useful if this could be silenced, possibly by either disabling
 the warning with a pragma or by adding a private assignment operator.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1619>
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:49:57 UTC