added public before the typedef for "type" in non_bidirectional_category

[SVN r9711]
This commit is contained in:
Jeremy Siek 2001-04-05 02:32:00 +00:00
parent e48cdcb94f
commit d7908fb81f

View File

@ -1129,6 +1129,7 @@ namespace detail {
# else
// is_convertible doesn't work with MWERKS
typedef typename iterator_traits<Iterator>::iterator_category input_category;
public:
typedef typename if_true<(
boost::is_same<input_category,std::random_access_iterator_tag>::value
|| boost::is_same<input_category,std::bidirectional_iterator_tag>::value