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: | 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 , 10 years ago
| Cc: | added |
|---|---|
| Keywords: | cosmetic removed |
| Severity: | Problem → Cosmetic |
comment:2 by , 10 years ago
| Component: | iterator → serialization |
|---|---|
| Owner: | changed from to |
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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