Ticket #8489: iterator_adaptor.hpp.20130423.patch
| File iterator_adaptor.hpp.20130423.patch, 489 bytes (added by , 9 years ago) |
|---|
| Line | |
|---|---|
| 1 | *** boost/iterator/iterator_adaptor.hpp |
| 2 | --- boost/iterator/iterator_adaptor.hpp |
| 3 | *************** |
| 4 | *** 303,308 **** |
| 5 | // base_reference(), above, to get direct access to m_iterator. |
| 6 | // |
| 7 | ! typename super_t::reference dereference() const |
| 8 | ! { return *m_iterator; } |
| 9 | |
| 10 | template < |
| 11 | --- 303,307 ---- |
| 12 | // base_reference(), above, to get direct access to m_iterator. |
| 13 | // |
| 14 | ! typename super_t::reference dereference() const; |
| 15 | |
| 16 | template < |
