Fix for previous commit that didn't work in GCC

release/4.3a0
Richard Roberts 2013-08-16 20:29:34 +00:00
parent 68c6bf4a38
commit 2f140669be
1 changed files with 1 additions and 1 deletions

View File

@ -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() {}