Subject: [Boost-bugs] [Boost C++ Libraries] #1506: [string_algo] C4512 warnings from VC8.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-08 00:07:47
#1506: [string_algo] C4512 warnings from VC8.0
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: pavol_droba
Type: Patches | Status: new
Milestone: To Be Determined | Component: string_algo
Version: Boost Development Trunk | Severity: Cosmetic
Keywords: |
---------------------------------------------------------+------------------
string_algo produces a number of C4512 (assignment operator could not be
generated) warnings when used in VC8 with warning level 4/code analysis
enabled:
{{{
boost\algorithm\string\detail\classification.hpp(61) : warning C4512:
'boost::algorithm::detail::is_classifiedF' : assignment operator could not
be generated
boost\algorithm\string\detail\case_conv.hpp(42) : warning C4512:
'boost::algorithm::detail::to_lowerF<CharT>' : assignment operator could
not be generated
boost\algorithm\string\detail\find_format_store.hpp(65) : warning C4512:
'boost::algorithm::detail::find_format_store<ForwardIteratorT,FormatterT,FormatResultT>'
: assignment operator could not be generated
}}}
The attached patch silences these warnings for me.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1506>
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