bug fix
This commit is contained in:
@@ -96,7 +96,7 @@ namespace TinySTL{
|
|||||||
return category();
|
return category();
|
||||||
}
|
}
|
||||||
template<class Iterator>
|
template<class Iterator>
|
||||||
inline typename iterator_traits<Iterator>::value_type
|
inline typename iterator_traits<Iterator>::value_type*
|
||||||
value_type(const Iterator& It){
|
value_type(const Iterator& It){
|
||||||
return static_cast<typename iterator_traits<Iterator>::value_type*>(0);
|
return static_cast<typename iterator_traits<Iterator>::value_type*>(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user