Kaydet (Commit) b331e971 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: gcc 4.6.0 various warnings

üst 176267cc
...@@ -132,7 +132,7 @@ class VirtualVector ...@@ -132,7 +132,7 @@ class VirtualVector
typedef VirtualVector<XX,PTRDEL> self; typedef VirtualVector<XX,PTRDEL> self;
typedef std::vector< DYN XX* > impl_type; typedef std::vector< DYN XX* > impl_type;
typedef typename impl_type::size_type size_type; typedef typename impl_type::size_type size_type;
typedef ptrdiff_t difference_type; typedef std::ptrdiff_t difference_type;
class const_iterator; class const_iterator;
class iterator; class iterator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment