Subject: [Boost-bugs] [Boost C++ Libraries] #1515: [lambda] C4512 warnings from VC8.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-09 15:46:08
#1515: [lambda] C4512 warnings from VC8.0
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb_at_[hidden]> | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost Development Trunk
Severity: Cosmetic | Keywords:
---------------------------------------------------------+------------------
I'm getting a couple of C4512 (assignment operator could not be generated)
warnings from VC8(SP1) when building with code analysis:
{{{
boost\lambda\detail\lambda_functor_base.hpp(43) : warning C4512:
'boost::lambda::identity<T>' : assignment operator could not be generated
boost\lambda\detail\lambda_functors.hpp(245) : warning C4512:
'boost::lambda::lambda_functor<T>' : assignment operator could not be
generated
}}}
The attached path silences these for me.
(Note: There doesnt seem to be a lambda component available to assign bugs
to. Should there be one?)
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1515>
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