Bug fix from Marvin H. Sielenkemper - sielenk-at-sf.net

[SVN r24891]
This commit is contained in:
Dave Abrahams
2014-06-06 02:41:28 +03:00
committed by Peter Dimov
parent 9c811cd41c
commit c1cf026251
+1 -1
View File
@@ -266,7 +266,7 @@ template <class T> struct pointer_iterator_traits;
template <class T>
struct pointer_iterator_traits<T*>
{
typedef remove_const<T>::type value_type;
typedef typename remove_const<T>::type value_type;
typedef T* pointer;
typedef T& reference;
typedef std::random_access_iterator_tag iterator_category;