trac 7376 - join iterator reference type.

This commit is contained in:
Neil Groves
2014-03-03 15:43:05 +00:00
parent ea6ca22e3f
commit c9b96f2c88
2 changed files with 109 additions and 0 deletions

View File

@ -9,6 +9,9 @@
// aschoedl contributed an improvement to the determination
// of the Reference type parameter.
//
// Leonid Gershanovich reported Trac ticket 7376 about the dereference operator
// requiring identical reference types due to using the ternary if.
//
// For more information, see http://www.boost.org/libs/range/
//
#ifndef BOOST_RANGE_DETAIL_JOIN_ITERATOR_HPP_INCLUDED