mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
added public before the typedef for "type" in non_bidirectional_category
[SVN r9711]
This commit is contained in:
parent
e48cdcb94f
commit
d7908fb81f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user