Subject: [Boost-bugs] [Boost C++ Libraries] #6732: C4100 warnings from VC10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-26 01:22:38
#6732: C4100 warnings from VC10
------------------------------+---------------------------------------------
Reporter: y.hoshizuki | Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
VC10 detects the unreferenced argument 'selected' in specialized
join_iterator_union::equal().
{{{
bool equal(const join_iterator_union& other, unsigned int selected)
const
{
return m_it == other.m_it;
}
}}}
to confirm this problem, please compile the attached file with below
command.
> cl.exe /c /EHsc /W4 join.cpp
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6732> 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:09 UTC