Opened 10 years ago

Closed 10 years ago

#7993 closed Bugs (fixed)

Commented out code left in boost/archive/iterators/istream_iterator.hpp

Reported by: Shane Turner <shane.turner@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.53.0 Severity: Cosmetic
Keywords: Cc: shane.turner@…

Description

There's some commented out code lying around in istream_iterator.hpp somewhere around line 60. Obviously a cosmetic issue.

/*
    //Access the value referred to
    Elem dereference() const {
        return m_current_value;
    }
...

Change History (3)

comment:1 by Shane Turner <shane.turner@…>, 10 years ago

Cc: shane.turner@… added
Keywords: cosmetic removed
Severity: ProblemCosmetic

comment:2 by Michel Morin, 10 years ago

Component: iteratorserialization
Owner: changed from jeffrey.hellrung to Robert Ramey

Next time, please specify the correct component. It's not Boost.Iterators.

comment:3 by Robert Ramey, 10 years ago

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