Fix for previous commit that didn't work in GCC
parent
68c6bf4a38
commit
2f140669be
|
@ -39,7 +39,7 @@ class FastVector: public std::vector<VALUE, typename internal::FastDefaultVector
|
|||
|
||||
public:
|
||||
|
||||
typedef std::vector<VALUE, allocator_type> Base;
|
||||
typedef std::vector<VALUE, typename internal::FastDefaultVectorAllocator<VALUE>::type> Base;
|
||||
|
||||
/** Default constructor */
|
||||
FastVector() {}
|
||||
|
|
Loading…
Reference in New Issue