Opened 11 years ago

Closed 9 years ago

#6732 closed Bugs (fixed)

C4100 warnings from VC10

Reported by: y.hoshizuki Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

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

Attachments (1)

join.cpp (406 bytes ) - added by y.hoshizuki 11 years ago.
minimal test program

Download all attachments as: .zip

Change History (2)

by y.hoshizuki, 11 years ago

Attachment: join.cpp added

minimal test program

comment:1 by Neil Groves, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.