diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/vec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1602,7 +1602,7 @@ class auto_delete_vec : public auto_vec <T *> ~auto_delete_vec (); private: - DISABLE_COPY_AND_ASSIGN(auto_delete_vec<T>); + DISABLE_COPY_AND_ASSIGN(auto_delete_vec); }; /* Conditionally allocate heap memory for VEC and its internal vector. */ |