Fixed base type of iterator_tag to be corresponding std tag.

[SVN r1230]
This commit is contained in:
Thomas Witt
2003-04-28 02:45:45 +00:00
parent 3f5ac1b1a1
commit fc11987746

View File

@@ -302,7 +302,7 @@ namespace boost {
: detail::minimum_category<
typename ReturnTag::max_category
, typename TraversalTag::max_category
>
>::type
{
typedef ReturnTag returns;
typedef TraversalTag traversal;